Class: Google::Apis::TestingV1::IosDeviceList
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::TestingV1::IosDeviceList
 
 
- 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
- 
  
    
      #initialize(**args)  ⇒ IosDeviceList 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of IosDeviceList.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ IosDeviceList
Returns a new instance of IosDeviceList
      1167 1168 1169  | 
    
      # File 'generated/google/apis/testing_v1/classes.rb', line 1167 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#ios_devices ⇒ Array<Google::Apis::TestingV1::IosDevice>
Required. A list of iOS devices
Corresponds to the JSON property iosDevices
      1165 1166 1167  | 
    
      # File 'generated/google/apis/testing_v1/classes.rb', line 1165 def ios_devices @ios_devices end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1172 1173 1174  | 
    
      # File 'generated/google/apis/testing_v1/classes.rb', line 1172 def update!(**args) @ios_devices = args[:ios_devices] if args.key?(:ios_devices) end  |