Environment Status Response
data class EnvironmentStatusResponse(val ingress: IngressEnvironmentStatusResponse, val warmStorage: WarmStorageEnvironmentStatusResponse)
An object that represents the status of the environment, and its internal state in the Time Series Insights service.
Constructors
Link copied to clipboard
constructor(ingress: IngressEnvironmentStatusResponse, warmStorage: WarmStorageEnvironmentStatusResponse)