| name | data type | description |
|---|---|---|
| description | string | |
| showPlanningView | boolean | |
| productionGroupDescription | string | |
Properties inherited from BaseEntryId |
||
| id | number | Die eindeutige Id des Eintrags |
Example
{
"description" : "...",
"showPlanningView" : true,
"productionGroupDescription" : "...",
"id" : 12345
}