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

ConferenceRecordsTranscriptsEntriesListOptions

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

Additional options for Meet#conferenceRecordsTranscriptsEntriesList.

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

§Properties

§
pageSize?: number
[src]

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

§
pageToken?: string
[src]

Page token returned from previous List Call.