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.



2607
2608
2609
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2607

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)


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