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.
2394 2395 2396 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2394 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
2382 2383 2384 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2382 def declined_events @declined_events end |
#mentioned_documents ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickDocumentPerCategoryList
Corresponds to the JSON property mentionedDocuments
2387 2388 2389 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2387 def mentioned_documents @mentioned_documents end |
#shared_documents ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickDocumentPerCategoryList
Corresponds to the JSON property sharedDocuments
2392 2393 2394 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2392 def shared_documents @shared_documents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2399 2400 2401 2402 2403 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2399 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 |