GetDnsRecordsContent

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

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): GetDnsRecordsContent