Class UpdatePhoneNumberOptions
UpdatePhoneNumberOptions
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "UpdatePhoneNumberOptions")]
public class UpdatePhoneNumberOptions : IValidatableObject
Constructors
View SourceUpdatePhoneNumberOptions(string, string)
Initializes a new instance of the UpdatePhoneNumberOptions class.
Declaration
public UpdatePhoneNumberOptions(string name = null, string description = null)
Parameters
Type | Name | Description |
---|---|---|
string | name | name. |
string | description | description. |
Properties
View SourceDescription
Gets or Sets Description
Declaration
[DataMember(Name = "description", EmitDefaultValue = false)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or Sets Name
Declaration
[DataMember(Name = "name", EmitDefaultValue = false)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |