Class: Google::Apis::GenomicsV1beta2::BatchAnnotationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV1beta2::BatchAnnotationsResponse
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/genomics_v1beta2/classes.rb,
generated/google/apis/genomics_v1beta2/representations.rb,
generated/google/apis/genomics_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::GenomicsV1beta2::BatchAnnotationsResponseEntry>
The resulting per-annotation entries, ordered consistently with the original request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchAnnotationsResponse
constructor
A new instance of BatchAnnotationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchAnnotationsResponse
Returns a new instance of BatchAnnotationsResponse.
232 233 234 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 232 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::GenomicsV1beta2::BatchAnnotationsResponseEntry>
The resulting per-annotation entries, ordered consistently with the original
request.
Corresponds to the JSON property entries
230 231 232 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 230 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
237 238 239 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 237 def update!(**args) @entries = args[:entries] unless args[:entries].nil? end |