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.