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
| Name | Type | Description |
|---|---|---|
| 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> |