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.



11117
11118
11119
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11117

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



11110
11111
11112
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11110

def mappings
  @mappings
end

#msg_idFixnum

Corresponds to the JSON property msgId

Returns:

  • (Fixnum)


11115
11116
11117
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11115

def msg_id
  @msg_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11122
11123
11124
11125
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11122

def update!(**args)
  @mappings = args[:mappings] if args.key?(:mappings)
  @msg_id = args[:msg_id] if args.key?(:msg_id)
end