Class: Google::Apis::GenomicsV1::ImportReadGroupSetsResponse

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

Overview

The read group set import response.

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) ⇒ ImportReadGroupSetsResponse

Returns a new instance of ImportReadGroupSetsResponse



1147
1148
1149
# File 'generated/google/apis/genomics_v1/classes.rb', line 1147

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

Instance Attribute Details

#read_group_set_idsArray<String>

IDs of the read group sets that were created. Corresponds to the JSON property readGroupSetIds

Returns:

  • (Array<String>)


1145
1146
1147
# File 'generated/google/apis/genomics_v1/classes.rb', line 1145

def read_group_set_ids
  @read_group_set_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1152
1153
1154
# File 'generated/google/apis/genomics_v1/classes.rb', line 1152

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