SlotFilter

Filters the response from the ListSlots operation.

Types

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

Properties

Link copied to clipboard

The name of the field to use for filtering.

Link copied to clipboard

The operator to use for the filter. Specify EQ when the ListSlots operation should return only aliases that equal the specified value. Specify CO when the ListSlots operation should return aliases that contain the specified value.

Link copied to clipboard

The value to use to filter the response.

Functions

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