class Google::Apis::GenomicsV1::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::GenomicsV1::Annotation>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/genomics_v1/classes.rb, line 534 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_v1/classes.rb, line 539 def update!(**args) @annotations = args[:annotations] if args.key?(:annotations) end