Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 651 Bytes

FlatElementDto.md

File metadata and controls

12 lines (8 loc) · 651 Bytes

FlatElementDto

Properties

Name Type Description Notes
previous_element_id str If this is not null, then this contains the id of the previous element in the hierarchy on the same level. [optional]
parent_element_id str If this is not null, then this contains the id of the parent element. [optional]
element IElementDto The element itself. [optional]

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