Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader
- 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
Overview
Recommended header to display for the card.
Instance Attribute Summary collapse
-
#title ⇒ String
The suggested title to display.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader
constructor
A new instance of EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader
Returns a new instance of EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader.
2607 2608 2609 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#title ⇒ String
The suggested title to display. This defaults to the user's query.
Corresponds to the JSON property title
2605 2606 2607 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2605 def title @title end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2612 2613 2614 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2612 def update!(**args) @title = args[:title] if args.key?(:title) end |