Class: Google::Apis::GenomicsV1::BatchCreateAnnotationsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::GenomicsV1::BatchCreateAnnotationsResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/genomics_v1/classes.rb,
 generated/google/apis/genomics_v1/representations.rb,
 generated/google/apis/genomics_v1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #entries  ⇒ Array<Google::Apis::GenomicsV1::Entry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resulting per-annotation entries, ordered consistently with the original request. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchCreateAnnotationsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BatchCreateAnnotationsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchCreateAnnotationsResponse
Returns a new instance of BatchCreateAnnotationsResponse
| 227 228 229 | # File 'generated/google/apis/genomics_v1/classes.rb', line 227 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#entries ⇒ Array<Google::Apis::GenomicsV1::Entry>
The resulting per-annotation entries, ordered consistently with the
original request.
Corresponds to the JSON property entries
| 225 226 227 | # File 'generated/google/apis/genomics_v1/classes.rb', line 225 def entries @entries end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 232 233 234 | # File 'generated/google/apis/genomics_v1/classes.rb', line 232 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |