class Google::Apis::CloudsearchV1::ObjectPropertyOptions

Options for object properties.

Attributes

subobject_properties[RW]

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` @return [Array<Google::Apis::CloudsearchV1::PropertyDefinition>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 2666
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 2671
def update!(**args)
  @subobject_properties = args[:subobject_properties] if args.key?(:subobject_properties)
end