Class: Google::Apis::GenomicsV1::BatchCreateAnnotationsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/genomics_v1/classes.rb,
generated/google/apis/genomics_v1/representations.rb,
generated/google/apis/genomics_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BatchCreateAnnotationsResponse

Returns a new instance of BatchCreateAnnotationsResponse



227
228
229
# File 'generated/google/apis/genomics_v1/classes.rb', line 227

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#entriesArray<Google::Apis::GenomicsV1::Entry>

The resulting per-annotation entries, ordered consistently with the original request. Corresponds to the JSON property entries



225
226
227
# File 'generated/google/apis/genomics_v1/classes.rb', line 225

def entries
  @entries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



232
233
234
# File 'generated/google/apis/genomics_v1/classes.rb', line 232

def update!(**args)
  @entries = args[:entries] if args.key?(:entries)
end