Class: Google::Apis::TestingV1::AndroidDeviceList

Inherits:
Object
  • Object
show all
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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

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_devicesArray<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