| 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] |