Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 679 Bytes

FlatElementDto.md

File metadata and controls

12 lines (8 loc) · 679 Bytes

FlatElementDto

Properties

Name Type Description Notes
previous_element_id string 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 string If this is not null, then this contains the id of the parent element. [optional]
element \Dangl\AVACloud\Model\IElementDto The element itself. [optional]

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