Class: Google::Apis::GenomicsV1alpha2::ImportReadGroupSetsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::GenomicsV1alpha2::ImportReadGroupSetsResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/genomics_v1alpha2/classes.rb,
generated/google/apis/genomics_v1alpha2/representations.rb,
generated/google/apis/genomics_v1alpha2/representations.rb 
Overview
The read group set import response.
Instance Attribute Summary collapse
- 
  
    
      #read_group_set_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
IDs of the read group sets that were created.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ImportReadGroupSetsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ImportReadGroupSetsResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ImportReadGroupSetsResponse
Returns a new instance of ImportReadGroupSetsResponse
      456 457 458  | 
    
      # File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 456 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#read_group_set_ids ⇒ Array<String>
IDs of the read group sets that were created.
Corresponds to the JSON property readGroupSetIds
      454 455 456  | 
    
      # File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 454 def read_group_set_ids @read_group_set_ids end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      461 462 463  | 
    
      # File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 461 def update!(**args) @read_group_set_ids = args[:read_group_set_ids] if args.key?(:read_group_set_ids) end  |