Record
project-template-response
No description available.
record project-template-response {
gid: option<string>,
resource-type: option<string>,
name: option<string>,
color: option<project-template-response-color-enum>,
description: option<string>,
html-description: option<string>,
owner: option<user-compact>,
public: option<bool>,
requested-dates: option<list<date-variable-compact>>,
team: option<team-compact>,
}Fields
| Name | Type | Description |
|---|---|---|
| gid | option<string> | |
| resource-type | option<string> | |
| name | option<string> | |
| color | option<project-template-response-color-enum> | |
| description | option<string> | |
| html-description | option<string> | |
| owner | option<user-compact> | |
| public | option<bool> | |
| requested-dates | option<list<date-variable-compact>> | |
| team | option<team-compact> |