class Google::Apis::CloudsearchV1::Metaline
A metaline is a list of properties that are displayed along with the search result to provide context.
Attributes
properties[RW]
The list of displayed properties for the metaline. The maximum number of properties is 5. Corresponds to the JSON property `properties` @return [Array<Google::Apis::CloudsearchV1::DisplayedProperty>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 2445 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 2450 def update!(**args) @properties = args[:properties] if args.key?(:properties) end