Search Results for

    Show / Hide Table of Contents

    Class DomainRegionGroup

    DomainRegionGroup

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

    Constructors

    View Source

    DomainRegionGroup()

    Initializes a new instance of the DomainRegionGroup class.

    Declaration
    [JsonConstructor]
    protected DomainRegionGroup()
    View Source

    DomainRegionGroup(LabelEnum, List<DomainRegionInformation>)

    Initializes a new instance of the DomainRegionGroup class.

    Declaration
    public DomainRegionGroup(DomainRegionGroup.LabelEnum label = (DomainRegionGroup.LabelEnum)0, List<DomainRegionInformation> domains = null)
    Parameters
    Type Name Description
    DomainRegionGroup.LabelEnum label

    label (required).

    List<DomainRegionInformation> domains

    domains (required).

    Properties

    View Source

    Domains

    Gets or Sets Domains

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

    Label

    Gets or Sets Label

    Declaration
    [DataMember(Name = "label", IsRequired = true, EmitDefaultValue = true)]
    public DomainRegionGroup.LabelEnum Label { get; set; }
    Property Value
    Type Description
    DomainRegionGroup.LabelEnum

    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.