Record
job-response
No description available.
record job-response {
gid: option<string>,
resource-type: option<string>,
new-project: option<project-compact>,
new-project-template: option<project-template-compact>,
new-task: option<task-compact>,
resource-subtype: option<string>,
status: option<job-response-status-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| gid | option<string> | |
| resource-type | option<string> | |
| new-project | option<project-compact> | |
| new-project-template | option<project-template-compact> | |
| new-task | option<task-compact> | |
| resource-subtype | option<string> | |
| status | option<job-response-status-enum> |