class Google::Apis::GenomicsV1::ImportVariantsResponse

The variant data import response.

Attributes

call_set_ids[RW]

IDs of the call sets created during the import. Corresponds to the JSON property `callSetIds` @return [Array<String>]

Public Class Methods

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