ModuleStatusType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the ModuleStatusType. |
code | String | true | Code of the ModuleStatusType. |
name | String | true | Name of the ModuleStatusType. |
colorCode | String | true | Hexadecimal code of the color of the ModuleStatusType. |
JSON representation
{ "id": 1, "code": "CL", "name": "Clean", "colorCode": "#4caf50", "nameI18n": "Clean" }