Table of Contents

Class ModifyMessageRequest

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

Constructors

ModifyMessageRequest()

public ModifyMessageRequest()

Properties

AddLabelIds

A list of IDs of labels to add to this message.

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

Property Value

IList<string>

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

RemoveLabelIds

A list IDs of labels to remove from this message.

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

Property Value

IList<string>