Class: Google::Apis::CloudsearchV1::ResultDisplayMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ResultDisplayMetadata
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#metalines ⇒ Array<Google::Apis::CloudsearchV1::ResultDisplayLine>
The metalines content to be displayed with the result.
-
#object_type_label ⇒ String
The display label for the object.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResultDisplayMetadata
constructor
A new instance of ResultDisplayMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResultDisplayMetadata
Returns a new instance of ResultDisplayMetadata
3621 3622 3623 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3621 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metalines ⇒ Array<Google::Apis::CloudsearchV1::ResultDisplayLine>
The metalines content to be displayed with the result.
Corresponds to the JSON property metalines
3614 3615 3616 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3614 def @metalines end |
#object_type_label ⇒ String
The display label for the object.
Corresponds to the JSON property objectTypeLabel
3619 3620 3621 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3619 def object_type_label @object_type_label end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3626 3627 3628 3629 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3626 def update!(**args) @metalines = args[:metalines] if args.key?(:metalines) @object_type_label = args[:object_type_label] if args.key?(:object_type_label) end |