Table of Contents

Class ListLabelsResponse

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

Constructors

ListLabelsResponse()

public ListLabelsResponse()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Labels

List of labels. Note that each label resource only contains an id, name, messageListVisibility, labelListVisibility, and type. The labels.get method can fetch additional label details.

public virtual IList<Label> Labels { get; set; }

Property Value

IList<Label>