TargetReferenceResponse

data class TargetReferenceResponse(val id: String, val type: String)

Model that represents a reference to a Target in the selector.

Constructors

Link copied to clipboard
constructor(id: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

String of the resource ID of a Target resource.

Link copied to clipboard

Enum of the Target reference type.