Class ListMessagesResponse
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class ListMessagesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Messages
List of messages. Note that each message resource contains only an id
and a threadId
. Additional message
details can be fetched using the messages.get method.
Declaration
[JsonProperty("messages")]
public virtual IList<Message> Messages { get; set; }
Property Value
Type | Description |
---|---|
IList<Message> |
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? |