Class: Google::Apis::CloudsearchV1::MessageDeleted

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

Some (subset of the) messages in this thread were deleted.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MessageDeleted

Returns a new instance of MessageDeleted.



13627
13628
13629
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13627

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#imap_sync_mappingsArray<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



13620
13621
13622
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13620

def imap_sync_mappings
  @imap_sync_mappings
end

#message_keysArray<Google::Apis::CloudsearchV1::MultiKey>

Corresponds to the JSON property messageKeys



13625
13626
13627
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13625

def message_keys
  @message_keys
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13632
13633
13634
13635
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13632

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)
end