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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ IosDeviceList

Returns a new instance of IosDeviceList.



1195
1196
1197
# File 'generated/google/apis/testing_v1/classes.rb', line 1195

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



1193
1194
1195
# File 'generated/google/apis/testing_v1/classes.rb', line 1193

def ios_devices
  @ios_devices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1200
1201
1202
# File 'generated/google/apis/testing_v1/classes.rb', line 1200

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