Interface IAlertingConditionResponse

interface IAlertingConditionResponse {
    conditionResponse: ICollection;
    hideSelections?: boolean;
}

Properties

conditionResponse: ICollection
hideSelections?: boolean