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>
Corresponds to the JSON property
values
.
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
2368 2369 2370 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2368 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::CloudsearchV1::StructuredDataObject>
Corresponds to the JSON property values
2366 2367 2368 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2366 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2373 2374 2375 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2373 def update!(**args) @values = args[:values] if args.key?(:values) end |