Type Alias ReportsGetWebinarParticipantReportsQueryParams

ReportsGetWebinarParticipantReportsQueryParams: {
    include_fields?: string;
    next_page_token?: string;
    page_size?: number;
}