Class: Google::Apis::TestingV1::AndroidDeviceList
- Inherits:
-
Object
- Object
- Google::Apis::TestingV1::AndroidDeviceList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/testing_v1/classes.rb,
generated/google/apis/testing_v1/representations.rb,
generated/google/apis/testing_v1/representations.rb
Overview
A list of Android device configurations in which the test is to be executed.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ AndroidDeviceList
constructor
A new instance of AndroidDeviceList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AndroidDeviceList
Returns a new instance of AndroidDeviceList.
130 131 132 |
# File 'generated/google/apis/testing_v1/classes.rb', line 130 def initialize(**args) update!(**args) end |
Instance Attribute Details
#android_devices ⇒ Array<Google::Apis::TestingV1::AndroidDevice>
Required. A list of Android devices.
Corresponds to the JSON property androidDevices
128 129 130 |
# File 'generated/google/apis/testing_v1/classes.rb', line 128 def android_devices @android_devices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
135 136 137 |
# File 'generated/google/apis/testing_v1/classes.rb', line 135 def update!(**args) @android_devices = args[:android_devices] if args.key?(:android_devices) end |