ParticipantFilter

public final class ParticipantFilter

Participant filters for Notetaker.

Constructors

Link copied to clipboard
public CalendarNotetaker.ParticipantFilter CalendarNotetaker.ParticipantFilter(@Json(name = "participants_gte") Integer participantsGte, @Json(name = "participants_lte") Integer participantsLte)

Properties

Link copied to clipboard
private final Integer participantsGte

Only have meeting bot join meetings with greater than or equal to this number of participants.

Link copied to clipboard
private final Integer participantsLte

Only have meeting bot join meetings with less than or equal to this number of participants.

Functions

Link copied to clipboard
public final Integer getParticipantsGte()

Only have meeting bot join meetings with greater than or equal to this number of participants.

Link copied to clipboard
public final Integer getParticipantsLte()

Only have meeting bot join meetings with less than or equal to this number of participants.