Class: Google::Apis::CloudsearchV1::ResultDisplayMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ResultDisplayMetadata
- 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
-
#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.
Constructor Details
#initialize(**args) ⇒ ResultDisplayMetadata
Returns a new instance of ResultDisplayMetadata.
4529 4530 4531 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4529 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
4522 4523 4524 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4522 def @metalines end |
#object_type_label ⇒ String
The display label for the object.
Corresponds to the JSON property objectTypeLabel
4527 4528 4529 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4527 def object_type_label @object_type_label end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4534 4535 4536 4537 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4534 def update!(**args) @metalines = args[:metalines] if args.key?(:metalines) @object_type_label = args[:object_type_label] if args.key?(:object_type_label) end |