SpaceStatusType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the SpaceLockStatusType. |
code | String | true | Code of the SpaceLockStatusType. |
name | String | true | Name of the SpaceLockStatusType. |
nameI18n | String | true | Name of the SpaceLockStatusType translated. |
colorCode | String | true | Color. |
JSON representation
{ id" : 2, "code" : "DI", "name" : "Dirty", "colorCode" : "#f44336", "nameI18n" : "Dirty" }