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

Constructor Details

#initialize(**args) ⇒ ObjectValues

Returns a new instance of ObjectValues.



2572
2573
2574
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2572

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

Instance Attribute Details

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

Corresponds to the JSON property values



2570
2571
2572
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2570

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2577
2578
2579
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2577

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