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.
7751 7752 7753 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7751 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
7749 7750 7751 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7749 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7756 7757 7758 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7756 def update!(**args) @values = args[:values] if args.key?(:values) end |