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

ListConferenceRecordsResponse

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

Response of ListConferenceRecords method.

interface ListConferenceRecordsResponse {
conferenceRecords?: ConferenceRecord[];
nextPageToken?: string;
}

§Properties

§
conferenceRecords?: ConferenceRecord[]
[src]

List of conferences in one page.

§
nextPageToken?: string
[src]

Token to be circulated back for further List call if current List does NOT include all the Conferences. Unset if all conferences have been returned.