class Google::Apis::GenomicsV1beta2::BatchCreateAnnotationsRequest
Attributes
annotations[RW]
The annotations to be created. At most 4096 can be specified in a single request. Corresponds to the JSON property `annotations` @return [Array<Google::Apis::GenomicsV1beta2::Annotation>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/genomics_v1beta2/classes.rb, line 307 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/genomics_v1beta2/classes.rb, line 312 def update!(**args) @annotations = args[:annotations] unless args[:annotations].nil? end