Class: Google::Apis::CloudsearchV1::ImapSyncDelete
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ImapSyncDelete
- 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
Message delete history record extension that exports //imapsync/folder attribute of deleted messages which have ^is label.
Instance Attribute Summary collapse
-
#mappings ⇒ Google::Apis::CloudsearchV1::FolderAttribute
This is the content of //imapsync/folder attribute.
-
#msg_id ⇒ Fixnum
Corresponds to the JSON property
msgId
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImapSyncDelete
constructor
A new instance of ImapSyncDelete.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImapSyncDelete
Returns a new instance of ImapSyncDelete.
11636 11637 11638 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11636 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mappings ⇒ Google::Apis::CloudsearchV1::FolderAttribute
This is the content of //imapsync/folder attribute.
Corresponds to the JSON property mappings
11629 11630 11631 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11629 def mappings @mappings end |
#msg_id ⇒ Fixnum
Corresponds to the JSON property msgId
11634 11635 11636 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11634 def msg_id @msg_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11641 11642 11643 11644 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11641 def update!(**args) @mappings = args[:mappings] if args.key?(:mappings) @msg_id = args[:msg_id] if args.key?(:msg_id) end |