class Google::Apis::GenomicsV1::ImportReadGroupSetsResponse

The read group set import response.

Attributes

read_group_set_ids[RW]

IDs of the read group sets that were created. Corresponds to the JSON property `readGroupSetIds` @return [Array<String>]

Public Class Methods

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