Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickGetAndKeepAheadCardProto
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnterpriseTopazSidekickGetAndKeepAheadCardProto
- 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
Get and keep ahead card
Instance Attribute Summary collapse
-
#declined_events ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents
A list of events where all guests declined.
-
#mentioned_documents ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickDocumentPerCategoryList
Corresponds to the JSON property
mentionedDocuments. -
#shared_documents ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickDocumentPerCategoryList
Corresponds to the JSON property
sharedDocuments.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseTopazSidekickGetAndKeepAheadCardProto
constructor
A new instance of EnterpriseTopazSidekickGetAndKeepAheadCardProto.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseTopazSidekickGetAndKeepAheadCardProto
Returns a new instance of EnterpriseTopazSidekickGetAndKeepAheadCardProto.
2425 2426 2427 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2425 def initialize(**args) update!(**args) end |
Instance Attribute Details
#declined_events ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents
A list of events where all guests declined.
Corresponds to the JSON property declinedEvents
2413 2414 2415 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2413 def declined_events @declined_events end |
#mentioned_documents ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickDocumentPerCategoryList
Corresponds to the JSON property mentionedDocuments
2418 2419 2420 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2418 def mentioned_documents @mentioned_documents end |
#shared_documents ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickDocumentPerCategoryList
Corresponds to the JSON property sharedDocuments
2423 2424 2425 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2423 def shared_documents @shared_documents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2430 2431 2432 2433 2434 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2430 def update!(**args) @declined_events = args[:declined_events] if args.key?(:declined_events) @mentioned_documents = args[:mentioned_documents] if args.key?(:mentioned_documents) @shared_documents = args[:shared_documents] if args.key?(:shared_documents) end |