Cache Health Response
data class CacheHealthResponse(val conditions: List<ConditionResponse>, val state: String? = null, val statusDescription: String? = null)
An indication of Cache health. Gives more information about health than just that related to provisioning.
Constructors
Link copied to clipboard
constructor(conditions: List<ConditionResponse>, state: String? = null, statusDescription: String? = null)