IRangeConditionBody
Home > @gooddata/sdk-model > IRangeConditionBody
IRangeConditionBody interface
Object defining the IRangeCondition object body.
Signature:
export interface IRangeConditionBody
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
from | number | ||
operator | RangeConditionOperator | ||
to | number | ||
treatNullValuesAs? | number | (Optional) |