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
1567 1568 1569 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1567 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
1565 1566 1567 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1565 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1572 1573 1574 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1572 def update!(**args) @values = args[:values] if args.key?(:values) end |