Type Alias DashboardsListMeetingsQueryParams
DashboardsListMeetingsQueryParams: {
from: string;
group_id?: string;
group_include_participant?: boolean;
include_fields?: string;
next_page_token?: string;
page_size?: number;
query_date_type?: string;
to: string;
type?: string;
}