Table of Contents

Class ListDraftsResponse

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

Constructors

ListDraftsResponse()

public ListDraftsResponse()

Properties

Drafts

List of drafts. Note that the Message property in each Draft resource only contains an id and a threadId. The messages.get method can fetch additional message details.

public virtual IList<Draft> Drafts { get; set; }

Property Value

IList<Draft>

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

NextPageToken

Token to retrieve the next page of results in the list.

public virtual string NextPageToken { get; set; }

Property Value

string

ResultSizeEstimate

Estimated total number of results.

public virtual long? ResultSizeEstimate { get; set; }

Property Value

long?