Search Results for

    Show / Hide Table of Contents

    Class GenerateTlsReportingRecordResults

    GenerateTlsReportingRecordResults

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

    Constructors

    View Source

    GenerateTlsReportingRecordResults()

    Initializes a new instance of the GenerateTlsReportingRecordResults class.

    Declaration
    [JsonConstructor]
    protected GenerateTlsReportingRecordResults()
    View Source

    GenerateTlsReportingRecordResults(string, TypeEnum, int, string)

    Initializes a new instance of the GenerateTlsReportingRecordResults class.

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

    name (required).

    GenerateTlsReportingRecordResults.TypeEnum type

    Domain Name Server Record Types (required).

    int ttl

    ttl (required).

    string value

    value (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 GenerateTlsReportingRecordResults.TypeEnum Type { get; set; }
    Property Value
    Type Description
    GenerateTlsReportingRecordResults.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

    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.