Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 876 Bytes

ModuleResource.md

File metadata and controls

18 lines (14 loc) · 876 Bytes

ModuleResource

Properties

Name Type Description Notes
links list[Link] [optional]
id int ID of the Module [optional]
name str Name of the Module [optional]
order int Display order of the Module [optional]
pid str PID of the Module [optional]
parent_id int Parent Module of the Module [optional]
description str Description of the Module [optional]
shared bool Is shared or not [optional] [default to False]
children list[ModuleResource] Arrays of child module [optional]

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