Interface AlertDeduplicationRuleCreate

interface AlertDeduplicationRuleCreate {
    activationInterval?: string;
    mergeInterval?: string;
}

Properties

activationInterval?: string
mergeInterval?: string