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