Table of Contents

Class ModifyThreadRequest

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

Constructors

ModifyThreadRequest()

public ModifyThreadRequest()

Properties

AddLabelIds

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

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 of IDs of labels to remove from this thread.

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

Property Value

IList<string>