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 |
---|---|---|---|
{ 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. | ||
(ALPHA) Operator of the condition. | |||
number |
(ALPHA) Threshold of the condition. | ||
"relative" |
(ALPHA) Type of the condition. |