Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaStringList
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaStringList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2alpha/classes.rb,
lib/google/apis/retail_v2alpha/representations.rb,
lib/google/apis/retail_v2alpha/representations.rb
Overview
A list of string values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
String values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2alphaStringList
constructor
A new instance of GoogleCloudRetailV2alphaStringList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2alphaStringList
Returns a new instance of GoogleCloudRetailV2alphaStringList.
9040 9041 9042 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 9040 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
String values.
Corresponds to the JSON property values
9038 9039 9040 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 9038 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9045 9046 9047 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 9045 def update!(**args) @values = args[:values] if args.key?(:values) end |