Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 867 Bytes

QueryAggregationKeyTypeDict.md

File metadata and controls

22 lines (15 loc) · 867 Bytes

QueryAggregationKeyTypeDict

A union of all the types supported by query aggregation keys.

This is a discriminator type and does not contain any fields. Instead, it is a union of of the models listed below.

This discriminator class uses the type field to differentiate between classes.

Class Value
BooleanTypeDict boolean
DateTypeDict date
DoubleTypeDict double
IntegerTypeDict integer
StringTypeDict string
TimestampTypeDict timestamp
QueryAggregationRangeTypeDict range

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