class Google::Apis::GenomicsV1alpha2::RepeatedString

Attributes

values[RW]

Corresponds to the JSON property `values` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/genomics_v1alpha2/classes.rb, line 983
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/genomics_v1alpha2/classes.rb, line 988
def update!(**args)
  @values = args[:values] if args.key?(:values)
end