Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 506 Bytes

QueryAggregationRange.md

File metadata and controls

12 lines (8 loc) · 506 Bytes

QueryAggregationRange

Specifies a range from an inclusive start value to an exclusive end value.

Properties

Name Type Required Description
start_value Optional[Any] No Inclusive start.
end_value Optional[Any] No Exclusive end.

[Back to Model list] [Back to API list] [Back to README]