DevicePoolRuleArgs

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)

Properties

Link copied to clipboard
val attribute: Output<DevicePoolRuleAttribute>? = null

The rule's stringified attribute.

Link copied to clipboard
val operator: Output<DevicePoolRuleOperator>? = null

Specifies how Device Farm compares the rule's attribute to the value.

Link copied to clipboard
val value: Output<String>? = null

The rule's value.

Functions

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