Class: Google::Apis::GenomicsV1beta2::BatchCreateAnnotationsRequest
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV1beta2::BatchCreateAnnotationsRequest
- 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
-
#annotations ⇒ Array<Google::Apis::GenomicsV1beta2::Annotation>
The annotations to be created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchCreateAnnotationsRequest
constructor
A new instance of BatchCreateAnnotationsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchCreateAnnotationsRequest
Returns a new instance of BatchCreateAnnotationsRequest.
307 308 309 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 307 def initialize(**args) update!(**args) end |
Instance Attribute Details
#annotations ⇒ Array<Google::Apis::GenomicsV1beta2::Annotation>
The annotations to be created. At most 4096 can be specified in a single
request.
Corresponds to the JSON property annotations
305 306 307 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 305 def annotations @annotations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
312 313 314 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 312 def update!(**args) @annotations = args[:annotations] unless args[:annotations].nil? end |