Class: Google::Apis::CloudsearchV1::HtmlValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::HtmlValues
- 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 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.
Constructor Details
#initialize(**args) ⇒ HtmlValues
Returns a new instance of HtmlValues.
1765 1766 1767 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1765 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
The maximum allowable length for html values is 2048 characters.
Corresponds to the JSON property values
1763 1764 1765 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1763 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1770 1771 1772 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1770 def update!(**args) @values = args[:values] if args.key?(:values) end |