SpaceStatusType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the SpaceLockStatusType.
codeStringtrueCode of the SpaceLockStatusType.
nameStringtrueName of the SpaceLockStatusType.
nameI18nStringtrueName of the SpaceLockStatusType translated.
colorCodeStringtrueColor.

JSON representation

{
    id" : 2,
    "code" : "DI",
    "name" : "Dirty",
    "colorCode" : "#f44336",
    "nameI18n" : "Dirty"
}