Class: Google::Apis::CloudsearchV1::TextValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::TextValues
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TextValues
Returns a new instance of TextValues
4440 4441 4442 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4440 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
The maximum allowable length for text values is 2048 characters.
The maximum number of string elements is 100.
Corresponds to the JSON property values
4438 4439 4440 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4438 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4445 4446 4447 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4445 def update!(**args) @values = args[:values] if args.key?(:values) end |