| Name |
Type |
Description |
Notes |
| id |
String |
|
[optional] |
| name |
String |
|
[optional] |
| briefing |
String |
|
[optional] |
| due_date |
Time |
|
[optional] |
| state |
String |
|
[optional] |
| ticket_url |
String |
|
[optional] |
| project |
ProjectShort |
|
[optional] |
| branch |
BranchName |
|
[optional] |
| created_at |
Time |
|
[optional] |
| updated_at |
Time |
|
[optional] |
| automation_id |
String |
The ID of the automation that created this job, or null if the job was created manually. |
[optional] |
| job_template_id |
String |
The ID of the job template this job was created from, or null if no template was used. |
[optional] |
require 'Phrase'
instance = Phrase::Job.new(id: null,
name: null,
briefing: null,
due_date: null,
state: null,
ticket_url: null,
project: null,
branch: null,
created_at: null,
updated_at: null,
automation_id: null,
job_template_id: null)