Interface IDataAlertTaskExecutionStatsResponse

interface IDataAlertTaskExecutionStatsResponse {
    StandardListResponseProps: {
        currentPageCount: number;
        totalCount: number;
    };
    executionsStats: IDataAlertExecutionStats;
    links: ILinks;
}

Properties

StandardListResponseProps: {
    currentPageCount: number;
    totalCount: number;
}

Type declaration

  • currentPageCount: number
  • totalCount: number
executionsStats: IDataAlertExecutionStats
links: ILinks