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

ListGuardiansResponse

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

Response when listing guardians.

interface ListGuardiansResponse {
guardians?: Guardian[];
nextPageToken?: string;
}

§Properties

§
guardians?: Guardian[]
[src]

Guardians on this page of results that met the criteria specified in the request.

§
nextPageToken?: string
[src]

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