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



2370
2371
2372
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2370

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

Instance Attribute Details

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

The maximum number of elements is 100. Corresponds to the JSON property values



2368
2369
2370
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2368

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2375
2376
2377
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2375

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