GetFeatureResourceState

data class GetFeatureResourceState(val hasResources: Boolean, val state: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The current state of the Feature resource in the Hub API.