Interface IDataAlertExecutionStats

interface IDataAlertExecutionStats {
    endTime: string;
    periodKey: string;
    startTime: string;
    totalExecutions: string;
    triggeredExecutions: string;
}

Properties

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