ImportFilter

Filters the response from the ListImports 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 ListImports operation should return only resource types that equal the specified value. Specify CO when the ListImports operation should return resource types that contain the specified value.

Link copied to clipboard

The values to use to filter the response. The values must be Bot, BotLocale, or CustomVocabulary.

Functions

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