Class: Google::Apis::TestingV1::AndroidDeviceList
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::TestingV1::AndroidDeviceList
 
- 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 Android device configurations in which the test is to be executed.
Instance Attribute Summary collapse
- 
  
    
      #android_devices  ⇒ Array<Google::Apis::TestingV1::AndroidDevice> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of Android devices Required Corresponds to the JSON property androidDevices.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AndroidDeviceList 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AndroidDeviceList. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AndroidDeviceList
Returns a new instance of AndroidDeviceList
| 138 139 140 | # File 'generated/google/apis/testing_v1/classes.rb', line 138 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#android_devices ⇒ Array<Google::Apis::TestingV1::AndroidDevice>
A list of Android devices
Required
Corresponds to the JSON property androidDevices
| 136 137 138 | # File 'generated/google/apis/testing_v1/classes.rb', line 136 def android_devices @android_devices end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 143 144 145 | # File 'generated/google/apis/testing_v1/classes.rb', line 143 def update!(**args) @android_devices = args[:android_devices] if args.key?(:android_devices) end |