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.
14862 14863 14864 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14862 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::CloudsearchV1::StructuredDataObject>
Corresponds to the JSON property values
14860 14861 14862 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14860 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14867 14868 14869 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14867 def update!(**args) @values = args[:values] if args.key?(:values) end |