GetDnsRecordsComment

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

Constructors

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

Properties

Link copied to clipboard
val absent: String? = null

If this parameter is present, only records without a comment are returned.

Link copied to clipboard
val contains: String? = null

Substring of the DNS record comment. Comment filters are case-insensitive.

Link copied to clipboard
val endswith: String? = null

Suffix of the DNS record comment. Comment filters are case-insensitive.

Link copied to clipboard
val exact: String? = null

Exact value of the DNS record comment. Comment filters are case-insensitive.

Link copied to clipboard
val present: String? = null

If this parameter is present, only records with a comment are returned.

Link copied to clipboard
val startswith: String? = null

Prefix of the DNS record comment. Comment filters are case-insensitive.

Functions

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