Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Structure

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

JSON representation

{
      "id" : 1,
      "code" : "LOC",
      "name" : "Locked",
      "colorCode" : "#ff9800",
      "nameI18n" : "Locked"
}
  • No labels