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.
1536 1537 1538 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1536 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
1534 1535 1536 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1534 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1541 1542 1543 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1541 def update!(**args) @values = args[:values] if args.key?(:values) end |