Table of Contents

Class BatchDeleteMessagesRequest

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll
public class BatchDeleteMessagesRequest : IDirectResponseSchema
Inheritance
BatchDeleteMessagesRequest
Implements
IDirectResponseSchema
Inherited Members

Constructors

BatchDeleteMessagesRequest()

public BatchDeleteMessagesRequest()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Ids

The IDs of the messages to delete.

public virtual IList<string> Ids { get; set; }

Property Value

IList<string>