Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StartPageToken

import type { StartPageToken } from "https://googleapis.deno.dev/v1/drive:v3.ts";
interface StartPageToken {
kind?: string;
startPageToken?: string;
}

§Properties

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "drive#startPageToken".

§
startPageToken?: string
[src]

The starting page token for listing future changes. The page token doesn't expire.