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

ConferenceRecordsParticipantsListOptions

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

Additional options for Meet#conferenceRecordsParticipantsList.

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

§Properties

§
filter?: string
[src]

Optional. User specified filtering condition in EBNF format. The following are the filterable fields: * earliest_start_time * latest_end_time For example, latest_end_time IS NULL returns active participants in the conference.

§
pageSize?: number
[src]

Maximum number of participants 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]

Page token returned from previous List Call.