Filter

class Filter

A filter used to restrict the results of describe calls. You can use multiple filters to return results that meet all applied filter requirements.

Types

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

Properties

Link copied to clipboard

The name for this filter.

Link copied to clipboard

The values of the filter. These are all the values for any of the applied filters.

Functions

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