GetDnsRecordsContent

data class GetDnsRecordsContent(val contains: String? = null, val endswith: String? = null, val exact: String? = null, val startswith: String? = null)

Constructors

Link copied to clipboard
constructor(contains: String? = null, endswith: String? = null, exact: String? = null, startswith: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contains: String? = null

Substring of the DNS record content. Content filters are case-insensitive.

Link copied to clipboard
val endswith: String? = null

Suffix of the DNS record content. Content filters are case-insensitive.

Link copied to clipboard
val exact: String? = null

Exact value of the DNS record content. Content filters are case-insensitive.

Link copied to clipboard
val startswith: String? = null

Prefix of the DNS record content. Content filters are case-insensitive.