Class: Google::Apis::RetailV2::GoogleCloudRetailV2StringList
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2::GoogleCloudRetailV2StringList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2/classes.rb,
lib/google/apis/retail_v2/representations.rb,
lib/google/apis/retail_v2/representations.rb
Overview
A list of string values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
String values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2StringList
constructor
A new instance of GoogleCloudRetailV2StringList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2StringList
Returns a new instance of GoogleCloudRetailV2StringList.
7038 7039 7040 |
# File 'lib/google/apis/retail_v2/classes.rb', line 7038 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
String values.
Corresponds to the JSON property values
7036 7037 7038 |
# File 'lib/google/apis/retail_v2/classes.rb', line 7036 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7043 7044 7045 |
# File 'lib/google/apis/retail_v2/classes.rb', line 7043 def update!(**args) @values = args[:values] if args.key?(:values) end |