FeatureResourceState

data class FeatureResourceState(val hasResources: Boolean? = null, val state: String? = null)

Constructors

Link copied to clipboard
constructor(hasResources: Boolean? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hasResources: Boolean? = null

(Output) Whether this Feature has outstanding resources that need to be cleaned up before it can be disabled.

Link copied to clipboard
val state: String? = null

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