ResourceReferenceResponse

data class ResourceReferenceResponse(val id: String? = null, val name: String, val type: String)

The resource reference.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The resource id.

Link copied to clipboard

Gets the resource name.

Link copied to clipboard

Gets the resource type.