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

ListSmartNotesResponse

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

Response for ListSmartNotes method.

interface ListSmartNotesResponse {
nextPageToken?: string;
smartNotes?: SmartNote[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
smartNotes?: SmartNote[]
[src]

List of smart notes in one page.