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

ConferenceRecordsParticipantsParticipantSessionsListOptions

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

Additional options for Meet#conferenceRecordsParticipantsParticipantSessionsList.

interface ConferenceRecordsParticipantsParticipantSessionsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. User specified filtering condition in EBNF format. The following are the filterable fields: * start_time * end_time For example, end_time IS NULL returns active participant sessions in the conference record.

§
pageSize?: number
[src]

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

§
pageToken?: string
[src]

Optional. Page token returned from previous List Call.