Represents a job in the system. A job is a logical group of tasks
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | ||
| tasks | List<Task> | An array of tasks that form this application. | [optional] |
| communications | List<Communication> | [optional] | |
| requirements | List<Requirement> | [optional] | |
| optimization | Optimization | [optional] | |
| id | String | [optional] | |
| owner | String | [optional] |