class Google::Apis::GenomicsV1::StreamVariantsResponse

Attributes

variants[RW]

Corresponds to the JSON property `variants` @return [Array<Google::Apis::GenomicsV1::Variant>]

Public Class Methods

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