class Google::Apis::CloudsearchV1::ResultDisplayMetadata

Attributes

metalines[RW]

The metalines content to be displayed with the result. Corresponds to the JSON property `metalines` @return [Array<Google::Apis::CloudsearchV1::ResultDisplayLine>]

object_type_label[RW]

The display label for the object. Corresponds to the JSON property `objectTypeLabel` @return [String]

Public Class Methods

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