Class MessageDeleted
Some (subset of the) messages in this thread were deleted.
Inheritance
object
MessageDeleted
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class MessageDeleted : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImapSyncMappings
Value of coproc's message delete history record extension that exports /imapsync/folder attribute of deleted messages which have ^is label.
Declaration
[JsonProperty("imapSyncMappings")]
public virtual IList<ImapSyncDelete> ImapSyncMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><ImapSyncDelete> |
MessageKeys
Declaration
[JsonProperty("messageKeys")]
public virtual IList<MultiKey> MessageKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><MultiKey> |
WonderCardMappings
Value of coproc's message delete history record extension that exports /wonder/message_mapping/{vertical} attribute of deleted messages which have smartmail label (eg. ^cob_sm_invoice, etc).
Declaration
[JsonProperty("wonderCardMappings")]
public virtual IList<WonderCardDelete> WonderCardMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><WonderCardDelete> |