GetRecordsSort

data class GetRecordsSort(val direction: String? = null, val key: String) : ConvertibleToJava<GetRecordsSort>

Constructors

Link copied to clipboard
constructor(direction: String? = null, key: String)

Properties

Link copied to clipboard
val direction: String? = null

The sort direction. This may be either asc or desc.

Link copied to clipboard
val key: String

Sort the DNS records by this key. This may be one of domain, flags, name, port, priority, tag, ttl, type, value, or weight.

Functions

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