FilterCondition

Information for the filtering of a list of domains returned by ListDomains.

Types

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

Properties

Link copied to clipboard

Name of the field which should be used for filtering the list of domains.

Link copied to clipboard

The operator values for filtering domain names. The values can be:

Link copied to clipboard

An array of strings presenting values to compare. Only 1 item in the list is currently supported.

Functions

Link copied to clipboard
inline fun copy(block: FilterCondition.Builder.() -> Unit = {}): FilterCondition
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