Skip to content

Files

Latest commit

36b45b2 · Aug 22, 2022

History

History
15 lines (10 loc) · 938 Bytes

ExpandTree.md

File metadata and controls

15 lines (10 loc) · 938 Bytes

ExpandTree

Properties

Name Type Description Notes
type str The type of the node. union ExpandNodeUnion exclusion ExpandNodeExclusion intersection ExpandNodeIntersection leaf ExpandNodeLeaf unspecified ExpandNodeUnspecified
children [ExpandTree] The children of the node, possibly none. [optional]
subject_id str The subject ID the node represents. Either this field, or SubjectSet are set. [optional]
subject_set SubjectSet [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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