Class: Google::Apis::CloudsearchV1::ObjectPropertyOptions

Inherits:
Object
  • Object
show all
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

The options for object properties.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ObjectPropertyOptions

Returns a new instance of ObjectPropertyOptions.



5099
5100
5101
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5099

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

Instance Attribute Details

#subobject_propertiesArray<Google::Apis::CloudsearchV1::PropertyDefinition>

The properties of the sub-object. These properties represent a nested object. For example, if this property represents a postal address, the subobjectProperties might be named street, city, and state. The maximum number of elements is 1000. Corresponds to the JSON property subobjectProperties



5097
5098
5099
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5097

def subobject_properties
  @subobject_properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5104
5105
5106
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5104

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