Class DnsProviderResponse
Inheritance
DnsProviderResponse
Assembly: Seclai.dll
Syntax
public sealed class DnsProviderResponse
Properties
DashboardUrl
Declaration
[JsonPropertyName("dashboard_url")]
public string? DashboardUrl { get; set; }
Property Value
Key
Declaration
[JsonPropertyName("key")]
public string Key { get; set; }
Property Value
MxPrioritySeparate
Declaration
[JsonPropertyName("mx_priority_separate")]
public bool? MxPrioritySeparate { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Tips
Declaration
[JsonPropertyName("tips")]
public List<string>? Tips { get; set; }
Property Value
TxtQuotes
Declaration
[JsonPropertyName("txt_quotes")]
public string? TxtQuotes { get; set; }
Property Value