Class: Google::Apis::TestingV1::IosDeviceList

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 iOS device configurations in which the test is to be executed.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IosDeviceList

Returns a new instance of IosDeviceList.



1259
1260
1261
# File 'generated/google/apis/testing_v1/classes.rb', line 1259

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

Instance Attribute Details

#ios_devicesArray<Google::Apis::TestingV1::IosDevice>

Required. A list of iOS devices. Corresponds to the JSON property iosDevices



1257
1258
1259
# File 'generated/google/apis/testing_v1/classes.rb', line 1257

def ios_devices
  @ios_devices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1264
1265
1266
# File 'generated/google/apis/testing_v1/classes.rb', line 1264

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