GroupFilters

Specifies a group of filters with a logical operator that determines how the filters are combined to evaluate routing conditions.

Types

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

Properties

Link copied to clipboard

A list of filter expressions that define the conditions for this group.

Link copied to clipboard

The name of the filter group.

Link copied to clipboard

The logical operator used to combine the filters in this group. Determines whether all filters must match (AND) or any filter can match (OR).

Functions

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