Class: Google::Apis::CloudsearchV1::HtmlValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::HtmlValues
- 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 html values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
The maximum allowable length for html values is 2048 characters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HtmlValues
constructor
A new instance of HtmlValues.
-
#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) ⇒ HtmlValues
Returns a new instance of HtmlValues
1245 1246 1247 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1245 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
The maximum allowable length for html values is 2048 characters.
The maximum number of string elements is 100.
Corresponds to the JSON property values
1243 1244 1245 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1243 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1250 1251 1252 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1250 def update!(**args) @values = args[:values] if args.key?(:values) end |