AttributeFilter

A structure that defines a filter for narrowing down results based on specific attribute values. This can be used to filter services by platform, environment, or other service characteristics.

Types

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

Properties

Link copied to clipboard

The name of the attribute to filter by, such as Platform, Environment, or BusinessUnit.

Link copied to clipboard

An array of values to match for the specified attribute. Services that have any of these values for the attribute will be included in the results.

Functions

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