Search Results for

    Show / Hide Table of Contents

    Class EmailDomainResponse

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

    Properties

    Delegated

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

    DnsRecords

    Declaration
    [JsonPropertyName("dns_records")]
    public List<DnsRecordResponse>? DnsRecords { get; set; }
    Property Value
    Type Description
    List<DnsRecordResponse>

    Domain

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

    ErrorMessage

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

    Id

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

    IsPrimary

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

    Kind

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

    LastCheckedAt

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

    Provider

    Declaration
    [JsonPropertyName("provider")]
    public DnsProviderResponse? Provider { get; set; }
    Property Value
    Type Description
    DnsProviderResponse

    Regressing

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

    Status

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

    Verified

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

    VerifiedAt

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

    ZoneApex

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