Type Alias DashboardsListMeetingParticipantsQoSQueryParams

DashboardsListMeetingParticipantsQoSQueryParams: {
    next_page_token?: string;
    page_size?: number;
    type?: string;
}