Class DnsOverHttpsResponse
- Namespace
- Fluxzy.Clients.Dns
- Assembly
- Fluxzy.Core.dll
public class DnsOverHttpsResponse
- Inheritance
-
DnsOverHttpsResponse
- Inherited Members
-
Properties
Ad
[JsonPropertyName("AD")]
public bool? Ad { get; set; }
Property Value
- bool?
Answers
[JsonPropertyName("Answer")]
public List<DnsOverHttpsAnswer> Answers { get; set; }
Property Value
- List<DnsOverHttpsAnswer>
Cd
[JsonPropertyName("CD")]
public bool? Cd { get; set; }
Property Value
- bool?
[JsonPropertyName("Comment")]
public string? Comment { get; set; }
Property Value
- string
Question
[JsonPropertyName("Question")]
public List<DnsOverHttpsQuestion> Question { get; set; }
Property Value
- List<DnsOverHttpsQuestion>
Ra
[JsonPropertyName("RA")]
public bool? Ra { get; set; }
Property Value
- bool?
Rd
[JsonPropertyName("RD")]
public bool? Rd { get; set; }
Property Value
- bool?
Status
[JsonPropertyName("Status")]
public int? Status { get; set; }
Property Value
- int?
Tc
[JsonPropertyName("TC")]
public bool? Tc { get; set; }
Property Value
- bool?