class Google::Apis::CloudsearchV1::ObjectValues
List of object values.
Attributes
values[RW]
Corresponds to the JSON property `values` @return [Array<Google::Apis::CloudsearchV1::StructuredDataObject>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 2685 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudsearch_v1/classes.rb, line 2690 def update!(**args) @values = args[:values] if args.key?(:values) end