Search Results for

    Show / Hide Table of Contents

    Class GenerateMtaStsRecordResults

    GenerateMtaStsRecordResults

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

    Constructors

    View Source

    GenerateMtaStsRecordResults()

    Initializes a new instance of the GenerateMtaStsRecordResults class.

    Declaration
    [JsonConstructor]
    protected GenerateMtaStsRecordResults()
    View Source

    GenerateMtaStsRecordResults(string, TypeEnum, int, string, string, string)

    Initializes a new instance of the GenerateMtaStsRecordResults class.

    Declaration
    public GenerateMtaStsRecordResults(string name = null, GenerateMtaStsRecordResults.TypeEnum type = (GenerateMtaStsRecordResults.TypeEnum)0, int ttl = 0, string value = null, string wellKnownValue = null, string wellKnownUrl = null)
    Parameters
    Type Name Description
    string name

    name (required).

    GenerateMtaStsRecordResults.TypeEnum type

    Domain Name Server Record Types (required).

    int ttl

    ttl (required).

    string value

    value (required).

    string wellKnownValue

    wellKnownValue (required).

    string wellKnownUrl

    wellKnownUrl (required).

    Properties

    View Source

    Name

    Gets or Sets Name

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

    Ttl

    Gets or Sets Ttl

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

    Type

    Domain Name Server Record Types

    Declaration
    [DataMember(Name = "type", IsRequired = true, EmitDefaultValue = true)]
    public GenerateMtaStsRecordResults.TypeEnum Type { get; set; }
    Property Value
    Type Description
    GenerateMtaStsRecordResults.TypeEnum

    Domain Name Server Record Types

    View Source

    Value

    Gets or Sets Value

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

    WellKnownUrl

    Gets or Sets WellKnownUrl

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

    WellKnownValue

    Gets or Sets WellKnownValue

    Declaration
    [DataMember(Name = "wellKnownValue", IsRequired = true, EmitDefaultValue = true)]
    public string WellKnownValue { 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.