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.
3818 3819 3820 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3818 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
3816 3817 3818 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3816 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3823 3824 3825 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3823 def update!(**args) @values = args[:values] if args.key?(:values) end |