Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 974 Bytes

CustomDnsrecordResponse.md

File metadata and controls

29 lines (20 loc) · 974 Bytes

CustomDnsrecordResponse

Properties

Name Type Description Notes
eDnsrecordType inline The type of the Dnsrecord
eDnsrecordValidation inline The validation of the Dnsrecord
sDnsrecordName kotlin.String The name of the Dnsrecord
bDnsrecordMustMatch kotlin.Boolean Whether the Dnsrecord must match or not
sDnsrecordValue kotlin.String The value of the Dnsrecord [optional]
sDnsrecordExpectedvalue kotlin.String The expected value of the Dnsrecord [optional]

Enum: eDnsrecordType

Name Value
eDnsrecordType CNAME, MX, TXT

Enum: eDnsrecordValidation

Name Value
eDnsrecordValidation Match, Mismatch, NotFound