Class DnsRecordResponse
Inheritance
DnsRecordResponse
Assembly: Seclai.dll
Syntax
public sealed class DnsRecordResponse
Properties
Detail
Declaration
[JsonPropertyName("detail")]
public string? Detail { get; set; }
Property Value
Key
Declaration
[JsonPropertyName("key")]
public string Key { get; set; }
Property Value
MxHost
Declaration
[JsonPropertyName("mx_host")]
public string? MxHost { get; set; }
Property Value
MxPriority
Declaration
[JsonPropertyName("mx_priority")]
public int? MxPriority { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Ok
Declaration
[JsonPropertyName("ok")]
public bool Ok { get; set; }
Property Value
RelativeName
Declaration
[JsonPropertyName("relative_name")]
public string RelativeName { get; set; }
Property Value
Type
Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
Value
Declaration
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value