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

ListInvitationsResponse

import type { ListInvitationsResponse } from "https://googleapis.deno.dev/v1/classroom:v1.ts";

Response when listing invitations.

interface ListInvitationsResponse {
invitations?: Invitation[];
nextPageToken?: string;
}

§Properties

§
invitations?: Invitation[]
[src]

Invitations that match the list request.

§
nextPageToken?: string
[src]

Token identifying the next page of results to return. If empty, no further results are available.