Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TextArray
- Inherits:
-
Object
- Object
- Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TextArray
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contentwarehouse_v1/classes.rb,
lib/google/apis/contentwarehouse_v1/representations.rb,
lib/google/apis/contentwarehouse_v1/representations.rb
Overview
String/text values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
List of text values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1TextArray
constructor
A new instance of GoogleCloudContentwarehouseV1TextArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1TextArray
Returns a new instance of GoogleCloudContentwarehouseV1TextArray.
3827 3828 3829 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3827 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
List of text values.
Corresponds to the JSON property values
3825 3826 3827 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3825 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3832 3833 3834 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3832 def update!(**args) @values = args[:values] if args.key?(:values) end |