Show / Hide Table of Contents

Class ListThreadsResponse

Inheritance
object
ListThreadsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class ListThreadsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

Page 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?

Threads

List of threads. Note that each thread resource does not contain a list of messages. The list of messages for a given thread can be fetched using the threads.get method.

Declaration
[JsonProperty("threads")]
public virtual IList<Thread> Threads { get; set; }
Property Value
Type Description
IList<Thread>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX