Interface IAlertingExecutionResponse

interface IAlertingExecutionResponse {
    evaluation: IDataAlertEvaluation;
    links: ILinks;
    undefined: IAlertingExecutionPersist;
}

Properties

links: ILinks