Device Pool Rule
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)