Search Results for

    Show / Hide Table of Contents

    Class CreatePhoneProvisioningJobOptions

    Create an advanced phone provisioning job

    Inheritance
    object
    CreatePhoneProvisioningJobOptions
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "CreatePhoneProvisioningJobOptions")]
    public class CreatePhoneProvisioningJobOptions : IValidatableObject

    Constructors

    View Source

    CreatePhoneProvisioningJobOptions()

    Initializes a new instance of the CreatePhoneProvisioningJobOptions class.

    Declaration
    [JsonConstructor]
    protected CreatePhoneProvisioningJobOptions()
    View Source

    CreatePhoneProvisioningJobOptions(PhoneCountryEnum, PhoneVariantEnum?, List<CreatePhoneProvisioningJobItemOptions>)

    Initializes a new instance of the CreatePhoneProvisioningJobOptions class.

    Declaration
    public CreatePhoneProvisioningJobOptions(CreatePhoneProvisioningJobOptions.PhoneCountryEnum phoneCountry = (CreatePhoneProvisioningJobOptions.PhoneCountryEnum)0, CreatePhoneProvisioningJobOptions.PhoneVariantEnum? phoneVariant = null, List<CreatePhoneProvisioningJobItemOptions> items = null)
    Parameters
    Type Name Description
    CreatePhoneProvisioningJobOptions.PhoneCountryEnum phoneCountry

    phoneCountry (required).

    CreatePhoneProvisioningJobOptions.PhoneVariantEnum? phoneVariant

    phoneVariant.

    List<CreatePhoneProvisioningJobItemOptions> items

    items (required).

    Properties

    View Source

    Items

    Gets or Sets Items

    Declaration
    [DataMember(Name = "items", IsRequired = true, EmitDefaultValue = true)]
    public List<CreatePhoneProvisioningJobItemOptions> Items { get; set; }
    Property Value
    Type Description
    List<CreatePhoneProvisioningJobItemOptions>
    View Source

    PhoneCountry

    Gets or Sets PhoneCountry

    Declaration
    [DataMember(Name = "phoneCountry", IsRequired = true, EmitDefaultValue = true)]
    public CreatePhoneProvisioningJobOptions.PhoneCountryEnum PhoneCountry { get; set; }
    Property Value
    Type Description
    CreatePhoneProvisioningJobOptions.PhoneCountryEnum
    View Source

    PhoneVariant

    Gets or Sets PhoneVariant

    Declaration
    [DataMember(Name = "phoneVariant", EmitDefaultValue = true)]
    public CreatePhoneProvisioningJobOptions.PhoneVariantEnum? PhoneVariant { get; set; }
    Property Value
    Type Description
    CreatePhoneProvisioningJobOptions.PhoneVariantEnum?

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.