class Google::Apis::TestingV1::IosDeviceList
A list of iOS device configurations in which the test is to be executed.
Attributes
ios_devices[RW]
Required. A list of iOS devices. Corresponds to the JSON property `iosDevices` @return [Array<Google::Apis::TestingV1::IosDevice>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 1272 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 1277 def update!(**args) @ios_devices = args[:ios_devices] if args.key?(:ios_devices) end