data class DevicePoolRuleArgs(val attribute: Output<String>? = null, val operator: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<DevicePoolRuleArgs>
Specifies how Device Farm compares the rule's attribute to the value. For the operators that are supported by each attribute. Valid values are: EQUALS, NOT_IN, IN, GREATER_THAN, GREATER_THAN_OR_EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, CONTAINS.