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.



13601
13602
13603
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13601

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



13594
13595
13596
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13594

def imap_sync_mappings
  @imap_sync_mappings
end

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

Corresponds to the JSON property messageKeys



13599
13600
13601
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13599

def message_keys
  @message_keys
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13606
13607
13608
13609
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 13606

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