ActivatedResourceReferenceResponse

data class ActivatedResourceReferenceResponse(val id: String? = null, val isActive: Boolean)

Reference to another resource along with its state.

Constructors

Link copied to clipboard
constructor(id: String? = null, isActive: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

Whether the resource is active or inactive