ServiceGroup

A structure that represents a logical grouping of services based on shared attributes such as business unit, environment, or entry point.

Types

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

Properties

Link copied to clipboard

A unique identifier for this grouping attribute value, used for filtering and API operations.

Link copied to clipboard

The name of the grouping attribute, such as BusinessUnit or Environment.

Link copied to clipboard

The source of the grouping attribute, such as TAG, OTEL, or DEFAULT.

Link copied to clipboard

The value of the grouping attribute for this service, such as Payments or Production.

Functions

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