PreEvaluationFilter

A single pre-evaluation filter condition. Specifies a resource type, filter type, key, value, and operator to match against a resource attribute.

Types

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

Properties

Link copied to clipboard

The key of the attribute to filter on. For tag filters, this is the tag key.

Link copied to clipboard

The type of filter to apply. Valid values: TAG.

Link copied to clipboard

The value to match against. For tag filters, this is the tag value.

Link copied to clipboard

The comparison operator for the filter condition. Valid values: EQUALS.

Link copied to clipboard

The type of resource to filter on. Valid values: CONTACT.

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