Class: Google::Apis::CloudsearchV1::ObjectValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ObjectValues
- 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 object values.
Instance Attribute Summary collapse
-
#values ⇒ Array<Google::Apis::CloudsearchV1::StructuredDataObject>
The maximum number of elements is 100.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ObjectValues
constructor
A new instance of ObjectValues.
-
#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) ⇒ ObjectValues
Returns a new instance of ObjectValues
2370 2371 2372 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2370 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::CloudsearchV1::StructuredDataObject>
The maximum number of elements is 100.
Corresponds to the JSON property values
2368 2369 2370 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2368 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2375 2376 2377 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2375 def update!(**args) @values = args[:values] if args.key?(:values) end |