DevicePoolRule

data class DevicePoolRule(val attribute: DevicePoolRuleAttribute? = null, val operator: DevicePoolRuleOperator? = null, val value: String? = null)

Represents a condition for a device pool.

Constructors

Link copied to clipboard
constructor(attribute: DevicePoolRuleAttribute? = null, operator: DevicePoolRuleOperator? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The rule's stringified attribute.

Link copied to clipboard

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

Link copied to clipboard
val value: String? = null

The rule's value.