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
1243 1244 1245 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1243 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
1241 1242 1243 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1241 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1248 1249 1250 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1248 def update!(**args) @values = args[:values] if args.key?(:values) end |