Class: Google::Apis::CloudsearchV1::ObjectValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ObjectValues
- 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 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.
Constructor Details
#initialize(**args) ⇒ ObjectValues
Returns a new instance of ObjectValues.
12663 12664 12665 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12663 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::CloudsearchV1::StructuredDataObject>
Corresponds to the JSON property values
12661 12662 12663 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12661 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12668 12669 12670 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12668 def update!(**args) @values = args[:values] if args.key?(:values) end |