Class: Google::Apis::CloudsearchV1::MessageDeleted
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::MessageDeleted
- 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
-
#imap_sync_mappings ⇒ Array<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.
-
#message_keys ⇒ Array<Google::Apis::CloudsearchV1::MultiKey>
Corresponds to the JSON property
messageKeys
. -
#wonder_card_mappings ⇒ Array<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).
Instance Method Summary collapse
-
#initialize(**args) ⇒ MessageDeleted
constructor
A new instance of MessageDeleted.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MessageDeleted
Returns a new instance of MessageDeleted.
14219 14220 14221 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14219 def initialize(**args) update!(**args) end |
Instance Attribute Details
#imap_sync_mappings ⇒ Array<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
14205 14206 14207 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14205 def imap_sync_mappings @imap_sync_mappings end |
#message_keys ⇒ Array<Google::Apis::CloudsearchV1::MultiKey>
Corresponds to the JSON property messageKeys
14210 14211 14212 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14210 def @message_keys end |
#wonder_card_mappings ⇒ Array<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
14217 14218 14219 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14217 def wonder_card_mappings @wonder_card_mappings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14224 14225 14226 14227 14228 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14224 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 |