Class ListDraftsResponse
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class ListDraftsResponse : IDirectResponseSchema
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.
Declaration
[JsonProperty("drafts")]
public virtual IList<Draft> Drafts { get; set; }
Property Value
Type | Description |
---|---|
IList<Draft> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token to retrieve the next page of results in the list.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultSizeEstimate
Estimated total number of results.
Declaration
[JsonProperty("resultSizeEstimate")]
public virtual long? ResultSizeEstimate { get; set; }
Property Value
Type | Description |
---|---|
long? |