Search Results for

    Show / Hide Table of Contents

    Class PhonePlanAvailability

    PhonePlanAvailability

    Inheritance
    object
    PhonePlanAvailability
    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 = "PhonePlanAvailability")]
    public class PhonePlanAvailability : IValidatableObject

    Constructors

    View Source

    PhonePlanAvailability()

    Initializes a new instance of the PhonePlanAvailability class.

    Declaration
    [JsonConstructor]
    protected PhonePlanAvailability()
    View Source

    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 Source

    Items

    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 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.