IAutomationAlertComparisonCondition
Home > @gooddata/sdk-model > IAutomationAlertComparisonCondition
IAutomationAlertComparisonCondition 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 IAutomationAlertComparisonCondition
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
left | { id: string; title?: string; format?: string; } | (ALPHA) Identifier of left side of the condition. | |
operator | IAlertComparisonOperator | (ALPHA) Operator of the condition. | |
right | number | (ALPHA) Right side of the condition. | |
type | "comparison" | (ALPHA) Type of the condition. |