Interface MonitoringTaskThresholdModel

interface MonitoringTaskThresholdModel {
    externalId: "threshold";
    granularity?: string;
    threshold: number;
    timeseriesId: number;
}

Properties

externalId: "threshold"
granularity?: string
threshold: number
timeseriesId: number