Search Results for

    Show / Hide Table of Contents

    Class DnsProviderResponse

    Inheritance
    object
    DnsProviderResponse
    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 DnsProviderResponse

    Properties

    DashboardUrl

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

    Key

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

    MxPrioritySeparate

    Declaration
    [JsonPropertyName("mx_priority_separate")]
    public bool? MxPrioritySeparate { get; set; }
    Property Value
    Type Description
    bool?

    Name

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

    Tips

    Declaration
    [JsonPropertyName("tips")]
    public List<string>? Tips { get; set; }
    Property Value
    Type Description
    List<string>

    TxtQuotes

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