Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.53 KB

QueryDataTypeDict.md

File metadata and controls

34 lines (27 loc) · 1.53 KB

QueryDataTypeDict

A union of all the types supported by Ontology Query parameters or outputs.

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
QueryArrayTypeDict array
AttachmentTypeDict attachment
BooleanTypeDict boolean
DateTypeDict date
DoubleTypeDict double
FloatTypeDict float
IntegerTypeDict integer
LongTypeDict long
OntologyObjectSetTypeDict objectSet
OntologyObjectTypeDict object
QuerySetTypeDict set
StringTypeDict string
QueryStructTypeDict struct
ThreeDimensionalAggregationDict threeDimensionalAggregation
TimestampTypeDict timestamp
TwoDimensionalAggregationDict twoDimensionalAggregation
QueryUnionTypeDict union
NullTypeDict null
UnsupportedTypeDict unsupported

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