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

ListAccessProposalsResponse

import type { ListAccessProposalsResponse } from "https://googleapis.deno.dev/v1/drive:v3.ts";

The response to an Access Proposal list request.

interface ListAccessProposalsResponse {
accessProposals?: AccessProposal[];
nextPageToken?: string;
}

§Properties

§
accessProposals?: AccessProposal[]
[src]

The list of Access Proposals. This field is only populated in v3 and v3beta.

§
nextPageToken?: string
[src]

The continuation token for the next page of results. This will be absent if the end of the results list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.