FeatureStateResponse

data class FeatureStateResponse(val code: String, val description: String, val updateTime: String)

FeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the environ-level, or per-membershop, depending on the context.

Constructors

Link copied to clipboard
fun FeatureStateResponse(code: String, description: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The high-level, machine-readable status of this Feature.

Link copied to clipboard

A human-readable description of the current status.

Link copied to clipboard

The time this status and any related Feature-specific details were updated.