Class CreatePhoneProvisioningJobOptions
Create an advanced phone provisioning job
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "CreatePhoneProvisioningJobOptions")]
public class CreatePhoneProvisioningJobOptions : IValidatableObject
Constructors
View SourceCreatePhoneProvisioningJobOptions()
Initializes a new instance of the CreatePhoneProvisioningJobOptions class.
Declaration
[JsonConstructor]
protected CreatePhoneProvisioningJobOptions()
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 SourceItems
Gets or Sets Items
Declaration
[DataMember(Name = "items", IsRequired = true, EmitDefaultValue = true)]
public List<CreatePhoneProvisioningJobItemOptions> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CreatePhoneProvisioningJobItemOptions> |
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 |
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 SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
| Type | Description |
|---|---|
| string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |