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/
verticalattribute 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.
13757 13758 13759 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13757 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
13743 13744 13745 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13743 def imap_sync_mappings @imap_sync_mappings end |
#message_keys ⇒ Array<Google::Apis::CloudsearchV1::MultiKey>
Corresponds to the JSON property messageKeys
13748 13749 13750 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13748 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
13755 13756 13757 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13755 def wonder_card_mappings @wonder_card_mappings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13762 13763 13764 13765 13766 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13762 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 |