Class: Google::Apis::CloudsearchV1::ImapSyncDelete

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

Message delete history record extension that exports //imapsync/folder attribute of deleted messages which have ^is label.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#mappingsGoogle::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_idFixnum

Corresponds to the JSON property msgId

Returns:

  • (Fixnum)


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