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

ListTeachersResponse

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

Response when listing teachers.

interface ListTeachersResponse {
nextPageToken?: string;
teachers?: Teacher[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
teachers?: Teacher[]
[src]

Teachers who match the list request.