GetRecordsPlainArgs

data class GetRecordsPlainArgs(val domain: String, val filters: List<GetRecordsFilter>? = null, val sorts: List<GetRecordsSort>? = null) : ConvertibleToJava<GetRecordsPlainArgs>

A collection of arguments for invoking getRecords.

Constructors

Link copied to clipboard
constructor(domain: String, filters: List<GetRecordsFilter>? = null, sorts: List<GetRecordsSort>? = null)

Properties

Link copied to clipboard

The domain name to search for DNS records

Link copied to clipboard

Filter the results. The filter block is documented below.

Link copied to clipboard
val sorts: List<GetRecordsSort>? = null

Sort the results. The sort block is documented below.

Functions

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