AdvancedFieldSelector

Defines criteria for selecting resources based on field values.

Types

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

Properties

Link copied to clipboard

Matches if the field value ends with the specified value.

Link copied to clipboard

Matches if the field value equals the specified value.

Link copied to clipboard

The name of the field to use for selection.

Link copied to clipboard

Matches if the field value does not end with the specified value.

Link copied to clipboard

Matches if the field value does not equal the specified value.

Link copied to clipboard

Matches if the field value does not start with the specified value.

Link copied to clipboard

Matches if the field value starts with the specified value.

Functions

Link copied to clipboard
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