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

CoursesTeachersListOptions

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

Additional options for Classroom#coursesTeachersList.

interface CoursesTeachersListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Maximum number of items to return. The default is 30 if unspecified or 0. The server may return fewer than the specified number of results.

§
pageToken?: string
[src]

nextPageToken value returned from a previous list call, indicating that the subsequent page of results should be returned. The list request must be otherwise identical to the one that resulted in this token.