Show / Hide Table of Contents

Class CreateChild

Parameters for API calls.

Inheritance
System.Object
BaseParameters<User>
CreateChild
Implements
IBaseParameters
IUserParameter
IParameter
Inherited Members
BaseParameters<User>.MatchFunction
BaseParameters<User>.Matches(User)
BaseParameters<User>.ToDictionary()
BaseParameters<User>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.User
Assembly: EasyPost.dll
Syntax
public class CreateChild : BaseParameters<User>, IBaseParameters, IUserParameter, IParameter

Properties

| Improve this Doc View Source

Name

The name of the new User.

Declaration
public string? Name { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

IBaseParameters
IUserParameter
IParameter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX