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



138
139
140
# File 'generated/google/apis/testing_v1/classes.rb', line 138

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#android_devicesArray<Google::Apis::TestingV1::AndroidDevice>

A list of Android devices Required Corresponds to the JSON property androidDevices



136
137
138
# File 'generated/google/apis/testing_v1/classes.rb', line 136

def android_devices
  @android_devices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



143
144
145
# File 'generated/google/apis/testing_v1/classes.rb', line 143

def update!(**args)
  @android_devices = args[:android_devices] if args.key?(:android_devices)
end