Class: Google::Apis::CloudsearchV1::ResultDisplayMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResultDisplayMetadata

Returns a new instance of ResultDisplayMetadata.



17502
17503
17504
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17502

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

Instance Attribute Details

#metalinesArray<Google::Apis::CloudsearchV1::ResultDisplayLine>

The metalines content to be displayed with the result. Corresponds to the JSON property metalines



17495
17496
17497
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17495

def metalines
  @metalines
end

#object_type_labelString

The display label for the object. Corresponds to the JSON property objectTypeLabel

Returns:

  • (String)


17500
17501
17502
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17500

def object_type_label
  @object_type_label
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17507
17508
17509
17510
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17507

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