Search Results for

    Show / Hide Table of Contents

    Class EmailDomainsListResponse

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

    Properties

    CanAddCustom

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

    CanAddVanity

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

    CustomPlanNames

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

    Domains

    Declaration
    [JsonPropertyName("domains")]
    public List<EmailDomainResponse>? Domains { get; set; }
    Property Value
    Type Description
    List<EmailDomainResponse>

    HasCustom

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

    HasVanity

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

    VanityPlanNames

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