FeatureResourceState

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hasResources: Boolean? = null
Link copied to clipboard
val state: String? = null