class Google::Apis::GenomicsV1::StreamReadsResponse

Attributes

alignments[RW]

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

Public Class Methods

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