Key

@Serializable
value class Key(val raw: String)

Unique serializable identifier for an EndpointConfiguration. Used to reference endpoints in management API operations such as cache clearing or runtime overrides.

Constructors

Link copied to clipboard
constructor(raw: String)

Properties

Link copied to clipboard
val raw: String

The raw string value of the key.