AutomationSelectorTarget

data class AutomationSelectorTarget(val id: String? = null, val labels: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, labels: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

ID of the Target. The value of this field could be one of the following: * The last segment of a target name. It only needs the ID to determine which target is being referred to * "*", all targets in a location.

Link copied to clipboard
val labels: Map<String, String>? = null

Target labels.