SpaceLockStatusType
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. |
JSON representation
{ "id" : 1, "code" : "LOC", "name" : "Locked", "colorCode" : "#ff9800", "nameI18n" : "Locked" }