Class AddPhonePoolNumbersOptions
AddPhonePoolNumbersOptions
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "AddPhonePoolNumbersOptions")]
public class AddPhonePoolNumbersOptions : IValidatableObject
Constructors
View SourceAddPhonePoolNumbersOptions()
Initializes a new instance of the AddPhonePoolNumbersOptions class.
Declaration
[JsonConstructor]
protected AddPhonePoolNumbersOptions()
AddPhonePoolNumbersOptions(List<Guid>)
Initializes a new instance of the AddPhonePoolNumbersOptions class.
Declaration
public AddPhonePoolNumbersOptions(List<Guid> phoneNumberIds = null)
Parameters
| Type | Name | Description |
|---|---|---|
| List<Guid> | phoneNumberIds | phoneNumberIds (required). |
Properties
View SourcePhoneNumberIds
Gets or Sets PhoneNumberIds
Declaration
[DataMember(Name = "phoneNumberIds", IsRequired = true, EmitDefaultValue = true)]
public List<Guid> PhoneNumberIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Guid> |
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 |