SortCondition

Information for sorting a list of domains.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if filterCondition is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.

Link copied to clipboard

The sort order for a list of domains. Either ascending (ASC) or descending (DES).

Functions

Link copied to clipboard
inline fun copy(block: SortCondition.Builder.() -> Unit = {}): SortCondition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String