ServiceState

A structure that contains information about the current state of a service, including its latest change events such as deployments and other state-changing activities.

Types

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

Properties

Link copied to clipboard

The attribute filters that were applied when retrieving this service state information.

Link copied to clipboard

An array containing the most recent change events for this service, such as deployments, with information about when they occurred and who initiated them.

Link copied to clipboard

The key attributes that identify this service, including Type, Name, and Environment information.

Functions

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