Class EmailDomainResponse
Inheritance
EmailDomainResponse
Assembly: Seclai.dll
Syntax
public sealed class EmailDomainResponse
Properties
Delegated
Declaration
[JsonPropertyName("delegated")]
public bool? Delegated { get; set; }
Property Value
DnsRecords
Declaration
[JsonPropertyName("dns_records")]
public List<DnsRecordResponse>? DnsRecords { get; set; }
Property Value
Domain
Declaration
[JsonPropertyName("domain")]
public string Domain { get; set; }
Property Value
ErrorMessage
Declaration
[JsonPropertyName("error_message")]
public string? ErrorMessage { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
IsPrimary
Declaration
[JsonPropertyName("is_primary")]
public bool IsPrimary { get; set; }
Property Value
Kind
Declaration
[JsonPropertyName("kind")]
public string Kind { get; set; }
Property Value
LastCheckedAt
Declaration
[JsonPropertyName("last_checked_at")]
public string? LastCheckedAt { get; set; }
Property Value
Provider
Declaration
[JsonPropertyName("provider")]
public DnsProviderResponse? Provider { get; set; }
Property Value
Regressing
Declaration
[JsonPropertyName("regressing")]
public bool? Regressing { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
Verified
Declaration
[JsonPropertyName("verified")]
public bool? Verified { get; set; }
Property Value
VerifiedAt
Declaration
[JsonPropertyName("verified_at")]
public string? VerifiedAt { get; set; }
Property Value
ZoneApex
Declaration
[JsonPropertyName("zone_apex")]
public string? ZoneApex { get; set; }
Property Value