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.
14159 14160 14161 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14159 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::CloudsearchV1::StructuredDataObject>
Corresponds to the JSON property values
14157 14158 14159 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14157 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14164 14165 14166 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14164 def update!(**args) @values = args[:values] if args.key?(:values) end |