Warm Storage Environment Status Response
data class WarmStorageEnvironmentStatusResponse(val currentCount: Int? = null, val maxCount: Int? = null, val state: String? = null)
An object that represents the status of warm storage on an environment.
Constructors
Link copied to clipboard
fun WarmStorageEnvironmentStatusResponse(currentCount: Int? = null, maxCount: Int? = null, state: String? = null)