Class: Google::Apis::CloudsearchV1::ObjectValues

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ObjectValues

Returns a new instance of ObjectValues.



2630
2631
2632
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2630

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valuesArray<Google::Apis::CloudsearchV1::StructuredDataObject>

Corresponds to the JSON property values



2628
2629
2630
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2628

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2635
2636
2637
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2635

def update!(**args)
  @values = args[:values] if args.key?(:values)
end