Table of Contents

Class HistoryLabelAdded

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

Constructors

HistoryLabelAdded()

public HistoryLabelAdded()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

LabelIds

Label IDs added to the message.

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

Property Value

IList<string>

Message

public virtual Message Message { get; set; }

Property Value

Message