Class VideoReportRequest

Hierarchy (View Summary)

Properties

current: number
done: boolean
options: Required<
    {
        endDate: Date;
        incrementDays: number;
        maxResults?: number;
        onError?: (err: Error | ScrollError) => void;
        onProgress?: (
            items: VideoReportEntry[],
            current: number,
            total?: number,
        ) => void;
        onScrollError?: (err: ScrollError) => void;
        signal?: AbortSignal;
        sortDirection: SortDirection;
        startDate: Date;
        videoIds: undefined | string;
    },
>
total: undefined | number

Accessors

Methods