DeviceSelectorPatchArgs

data class DeviceSelectorPatchArgs(val cel: Output<CELDeviceSelectorPatchArgs>? = null) : ConvertibleToJava<DeviceSelectorPatchArgs>

DeviceSelector must have exactly one field set.

Constructors

Link copied to clipboard
constructor(cel: Output<CELDeviceSelectorPatchArgs>? = null)

Properties

Link copied to clipboard
val cel: Output<CELDeviceSelectorPatchArgs>? = null

CEL contains a CEL expression for selecting a device.

Functions

Link copied to clipboard
open override fun toJava(): DeviceSelectorPatchArgs