Search Results for

    Show / Hide Table of Contents

    Class PhoneProviderCapabilitiesResult

    PhoneProviderCapabilitiesResult

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

    Constructors

    View Source

    PhoneProviderCapabilitiesResult()

    Initializes a new instance of the PhoneProviderCapabilitiesResult class.

    Declaration
    [JsonConstructor]
    protected PhoneProviderCapabilitiesResult()
    View Source

    PhoneProviderCapabilitiesResult(string, PhoneCountryEnum, List<string>, string)

    Initializes a new instance of the PhoneProviderCapabilitiesResult class.

    Declaration
    public PhoneProviderCapabilitiesResult(string providerLabel = null, PhoneProviderCapabilitiesResult.PhoneCountryEnum phoneCountry = (PhoneProviderCapabilitiesResult.PhoneCountryEnum)0, List<string> supportedVariants = null, string warning = null)
    Parameters
    Type Name Description
    string providerLabel

    providerLabel (required).

    PhoneProviderCapabilitiesResult.PhoneCountryEnum phoneCountry

    phoneCountry (required).

    List<string> supportedVariants

    supportedVariants (required).

    string warning

    warning.

    Properties

    View Source

    PhoneCountry

    Gets or Sets PhoneCountry

    Declaration
    [DataMember(Name = "phoneCountry", IsRequired = true, EmitDefaultValue = true)]
    public PhoneProviderCapabilitiesResult.PhoneCountryEnum PhoneCountry { get; set; }
    Property Value
    Type Description
    PhoneProviderCapabilitiesResult.PhoneCountryEnum
    View Source

    ProviderLabel

    Gets or Sets ProviderLabel

    Declaration
    [DataMember(Name = "providerLabel", IsRequired = true, EmitDefaultValue = true)]
    public string ProviderLabel { get; set; }
    Property Value
    Type Description
    string
    View Source

    SupportedVariants

    Gets or Sets SupportedVariants

    Declaration
    [DataMember(Name = "supportedVariants", IsRequired = true, EmitDefaultValue = true)]
    public List<string> SupportedVariants { get; set; }
    Property Value
    Type Description
    List<string>
    View Source

    Warning

    Gets or Sets Warning

    Declaration
    [DataMember(Name = "warning", EmitDefaultValue = false)]
    public string Warning { get; set; }
    Property Value
    Type Description
    string

    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.