Class: Google::Apis::CloudsearchV1::MessageDeleted

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

Some (subset of the) messages in this thread were deleted.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MessageDeleted

Returns a new instance of MessageDeleted.



14296
14297
14298
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14296

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

Instance Attribute Details

#imap_sync_mappingsArray<Google::Apis::CloudsearchV1::ImapSyncDelete>

Value of coproc's message delete history record extension that exports / imapsync/folder attribute of deleted messages which have ^is label. Corresponds to the JSON property imapSyncMappings



14282
14283
14284
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14282

def imap_sync_mappings
  @imap_sync_mappings
end

#message_keysArray<Google::Apis::CloudsearchV1::MultiKey>

Corresponds to the JSON property messageKeys



14287
14288
14289
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14287

def message_keys
  @message_keys
end

#wonder_card_mappingsArray<Google::Apis::CloudsearchV1::WonderCardDelete>

Value of coproc's message delete history record extension that exports /wonder/ message_mapping/vertical attribute of deleted messages which have smartmail label (eg. ^cob_sm_invoice, etc). Corresponds to the JSON property wonderCardMappings



14294
14295
14296
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14294

def wonder_card_mappings
  @wonder_card_mappings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14301
14302
14303
14304
14305
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14301

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