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.



11559
11560
11561
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11559

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



11552
11553
11554
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11552

def mappings
  @mappings
end

#msg_idFixnum

Corresponds to the JSON property msgId

Returns:

  • (Fixnum)


11557
11558
11559
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11557

def msg_id
  @msg_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11564
11565
11566
11567
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11564

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