Represents a job that should be created in the system.
| 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] |