class Google::Apis::GenomicsV1::BatchCreateAnnotationsResponse

Attributes

entries[RW]

The resulting per-annotation entries, ordered consistently with the original request. Corresponds to the JSON property `entries` @return [Array<Google::Apis::GenomicsV1::Entry>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/genomics_v1/classes.rb, line 554
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 559
def update!(**args)
  @entries = args[:entries] if args.key?(:entries)
end