Class: Google::Apis::GenomicsV1alpha2::RepeatedString
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV1alpha2::RepeatedString
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/genomics_v1alpha2/classes.rb,
generated/google/apis/genomics_v1alpha2/representations.rb,
generated/google/apis/genomics_v1alpha2/representations.rb
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
Corresponds to the JSON property
values
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RepeatedString
constructor
A new instance of RepeatedString.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RepeatedString
Returns a new instance of RepeatedString
1113 1114 1115 |
# File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1113 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
Corresponds to the JSON property values
1111 1112 1113 |
# File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1111 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1118 1119 1120 |
# File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1118 def update!(**args) @values = args[:values] if args.key?(:values) end |