Search Results for

    Show / Hide Table of Contents

    Class DnsRecordResponse

    Inheritance
    object
    DnsRecordResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class DnsRecordResponse

    Properties

    Detail

    Declaration
    [JsonPropertyName("detail")]
    public string? Detail { get; set; }
    Property Value
    Type Description
    string

    Key

    Declaration
    [JsonPropertyName("key")]
    public string Key { get; set; }
    Property Value
    Type Description
    string

    MxHost

    Declaration
    [JsonPropertyName("mx_host")]
    public string? MxHost { get; set; }
    Property Value
    Type Description
    string

    MxPriority

    Declaration
    [JsonPropertyName("mx_priority")]
    public int? MxPriority { get; set; }
    Property Value
    Type Description
    int?

    Name

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Ok

    Declaration
    [JsonPropertyName("ok")]
    public bool Ok { get; set; }
    Property Value
    Type Description
    bool

    RelativeName

    Declaration
    [JsonPropertyName("relative_name")]
    public string RelativeName { get; set; }
    Property Value
    Type Description
    string

    Type

    Declaration
    [JsonPropertyName("type")]
    public string Type { get; set; }
    Property Value
    Type Description
    string

    Value

    Declaration
    [JsonPropertyName("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX