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

ListRecordingsResponse

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

Response for ListRecordings method.

interface ListRecordingsResponse {
nextPageToken?: string;
recordings?: Recording[];
}

§Properties

§
nextPageToken?: string
[src]

Token to be circulated back for further List call if current List doesn't include all the recordings. Unset if all recordings are returned.

§
recordings?: Recording[]
[src]

List of recordings in one page.