class Google::Apis::GenomicsV1beta2::BatchAnnotationsResponse

Attributes

entries[RW]

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

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/genomics_v1beta2/classes.rb, line 232
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 237
def update!(**args)
  @entries = args[:entries] unless args[:entries].nil?
end