Class: Google::Apis::CloudsearchV1::TextValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::TextValues
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
List of text values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
The maximum allowable length for text values is 2048 characters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TextValues
constructor
A new instance of TextValues.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TextValues
Returns a new instance of TextValues.
20199 20200 20201 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20199 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
The maximum allowable length for text values is 2048 characters.
Corresponds to the JSON property values
20197 20198 20199 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20197 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20204 20205 20206 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20204 def update!(**args) @values = args[:values] if args.key?(:values) end |