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

ListParticipantSessionsResponse

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

Response of ListParticipants method.

interface ListParticipantSessionsResponse {
nextPageToken?: string;
participantSessions?: ParticipantSession[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
participantSessions?: ParticipantSession[]
[src]

List of participants in one page.