class Google::Apis::CloudsearchV1::StructuredDataObject
A structured data object consisting of named properties.
Attributes
properties[RW]
The properties for the object. The maximum number of elements is 1000. Corresponds to the JSON property `properties` @return [Array<Google::Apis::CloudsearchV1::NamedProperty>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 4669 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 4674 def update!(**args) @properties = args[:properties] if args.key?(:properties) end