Type Alias ReportsGetWebinarDetailReportsResponse

ReportsGetWebinarDetailReportsResponse: {
    custom_keys?: { key?: string; value?: string }[];
    dept?: string;
    duration?: number;
    end_time?: string;
    id?: number;
    participants_count?: number;
    start_time?: string;
    topic?: string;
    total_minutes?: number;
    tracking_fields?: { field?: string; value?: string }[];
    type?: number;
    user_email?: string;
    user_name?: string;
    uuid?: string;
}