Wasm Directoryalpha
Record

project-status-response

No description available.

record project-status-response {
  gid: option​<string>,
  resource-type: option​<string>,
  title: option​<string>,
  color: project-status-response-color-enum,
  html-text: option​<string>,
  text: string,
  author: option​<user-compact>,
  created-at: option​<string>,
  created-by: option​<user-compact>,
  modified-at: option​<string>,
}

Fields

NameTypeDescription
gidoption​<string>
resource-typeoption​<string>
titleoption​<string>
colorproject-status-response-color-enum
html-textoption​<string>
textstring
authoroption​<user-compact>
created-atoption​<string>
created-byoption​<user-compact>
modified-atoption​<string>