SpaceLockType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the SpaceLock Type. |
code | String | true | Code of the SpaceLock Type. |
name | String | true | Name of the SpaceLock Type. |
nameI18n | String | true | Name of the SpaceLock Type translated. |
description | String | false | Description. |
JSON representation
{ "id" : 1, "code" : "OO", "name" : "Out of order", "description" : null, "nameI18n" : "Fuera de Orden" }