Device Pool Rule Args
data class DevicePoolRuleArgs(val attribute: Output<DevicePoolRuleAttribute>? = null, val operator: Output<DevicePoolRuleOperator>? = null, val value: Output<String>? = null) : ConvertibleToJava<DevicePoolRuleArgs>
Represents a condition for a device pool.
Constructors
Link copied to clipboard
constructor(attribute: Output<DevicePoolRuleAttribute>? = null, operator: Output<DevicePoolRuleOperator>? = null, value: Output<String>? = null)