class Google::Apis::TestingV1::AndroidDeviceList

A list of Android device configurations in which the test is to be executed.

Attributes

android_devices[RW]

Required. A list of Android devices. Corresponds to the JSON property `androidDevices` @return [Array<Google::Apis::TestingV1::AndroidDevice>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 130
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/testing_v1/classes.rb, line 135
def update!(**args)
  @android_devices = args[:android_devices] if args.key?(:android_devices)
end