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

ConferenceRecordsSmartNotesListOptions

import type { ConferenceRecordsSmartNotesListOptions } from "https://googleapis.deno.dev/v1/meet:v2.ts";

Additional options for Meet#conferenceRecordsSmartNotesList.

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

§Properties

§
pageSize?: number
[src]

Optional. Maximum number of smart notes to return. The service might return fewer than this value. If unspecified, at most 10 smart notes are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.

§
pageToken?: string
[src]

Optional. Page token returned from previous List Call.