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.
9090 9091 9092 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 9090 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
String values.
Corresponds to the JSON property values
9088 9089 9090 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 9088 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9095 9096 9097 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 9095 def update!(**args) @values = args[:values] if args.key?(:values) end |