Interface IDataAlertExecutionStatsAggregated

interface IDataAlertExecutionStatsAggregated {
    endTime: string;
    periodKey: string;
    startTime: string;
    totalExecutions: number;
    triggeredExecutions: number;
}

Properties

endTime: string
periodKey: string
startTime: string
totalExecutions: number
triggeredExecutions: number