Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 377 Bytes

File metadata and controls

15 lines (7 loc) · 377 Bytes

ExpandTreeNode

ExpandTreeNode represents a node in an expansion tree with a specific operation and its children.

Properties

Name Type Description Notes
operation ExpandTreeNodeOperation [optional]
children List<V1Expand> [optional]