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