EnvironmentStateDetailsResponse

data class EnvironmentStateDetailsResponse(val code: String? = null, val message: String? = null)

An object that contains the details about an environment's state.

Constructors

Link copied to clipboard
constructor(code: String? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases.

Link copied to clipboard
val message: String? = null

A message that describes the state in detail.