ListThreadsResponse
import type { ListThreadsResponse } from "https://googleapis.deno.dev/v1/gmail:v1.ts";interface ListThreadsResponse {
nextPageToken?: string;
resultSizeEstimate?: number;
threads?: Thread[];
}§Properties
§
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.