Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickGetAndKeepAheadCardProto

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

Get and keep ahead card

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseTopazSidekickGetAndKeepAheadCardProto

Returns a new instance of EnterpriseTopazSidekickGetAndKeepAheadCardProto.



2427
2428
2429
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2427

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

Instance Attribute Details

#declined_eventsGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents

A list of events where all guests declined. Corresponds to the JSON property declinedEvents



2415
2416
2417
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2415

def declined_events
  @declined_events
end

#mentioned_documentsGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickDocumentPerCategoryList

Corresponds to the JSON property mentionedDocuments



2420
2421
2422
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2420

def mentioned_documents
  @mentioned_documents
end

#shared_documentsGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickDocumentPerCategoryList

Corresponds to the JSON property sharedDocuments



2425
2426
2427
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2425

def shared_documents
  @shared_documents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2432
2433
2434
2435
2436
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2432

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