IAutomationAlertRelativeCondition
Home > @gooddata/sdk-model > IAutomationAlertRelativeCondition
IAutomationAlertRelativeCondition interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IAutomationAlertRelativeCondition
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
measure | { operator: IAlertRelativeArithmeticOperator; left: { id: string; title?: string; format?: string; }; right: { id: string; title?: string; format?: string; }; } | (ALPHA) Identifier of the measures calculated in the condition. | |
operator | IAlertRelativeOperator | (ALPHA) Operator of the condition. | |
threshold | number | (ALPHA) Threshold of the condition. | |
type | "relative" | (ALPHA) Type of the condition. |