DevicePool class
Represents a collection of device types.
Constructors
-
DevicePool({String? arn, String? description, int? maxDevices, String? name, List<
Rule> ? rules, DevicePoolType? type}) -
DevicePool.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The device pool's ARN.
final
- description → String?
-
The device pool's description.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxDevices → int?
-
The number of devices that Device Farm can add to your device pool. Device
Farm adds devices that are available and meet the criteria that you assign
for the
rules
parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.final - name → String?
-
The device pool's name.
final
-
rules
→ List<
Rule> ? -
Information about the device pool's rules.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → DevicePoolType?
-
The device pool's type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited