Device Pool Rule Args
data class DevicePoolRuleArgs(val attribute: Output<String>? = null, val operator: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<DevicePoolRuleArgs>
Constructors
Link copied to clipboard
fun DevicePoolRuleArgs(attribute: Output<String>? = null, operator: Output<String>? = null, value: Output<String>? = null)