Class: Google::Apis::CloudsearchV1::HtmlValues

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HtmlValues

Returns a new instance of HtmlValues.



1430
1431
1432
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1430

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valuesArray<String>

The maximum allowable length for html values is 2048 characters. Corresponds to the JSON property values

Returns:

  • (Array<String>)


1428
1429
1430
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1428

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1435
1436
1437
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1435

def update!(**args)
  @values = args[:values] if args.key?(:values)
end