FeatureState

data class FeatureState(val states: List<FeatureStateState>? = null)

Constructors

Link copied to clipboard
constructor(states: List<FeatureStateState>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) Output only. The "running state" of the Feature in this Hub. Structure is documented below.