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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AndroidDeviceList
Returns a new instance of AndroidDeviceList
131 132 133 |
# File 'generated/google/apis/testing_v1/classes.rb', line 131 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
129 130 131 |
# File 'generated/google/apis/testing_v1/classes.rb', line 129 def android_devices @android_devices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
136 137 138 |
# File 'generated/google/apis/testing_v1/classes.rb', line 136 def update!(**args) @android_devices = args[:android_devices] if args.key?(:android_devices) end |