Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader

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

Overview

Recommended header to display for the card.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader

Returns a new instance of EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader.



2640
2641
2642
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2640

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

Instance Attribute Details

#titleString

The suggested title to display. This defaults to the user's query. Corresponds to the JSON property title

Returns:

  • (String)


2638
2639
2640
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2638

def title
  @title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2645
2646
2647
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2645

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