| 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] |
| review_due_date |
Time |
The review due date for this job. Returns `null` when the project does not have review workflow enabled. |
[optional] |
require 'phrase'
instance = Phrase::Job.new(id: nil,
name: nil,
briefing: nil,
due_date: nil,
state: nil,
ticket_url: nil,
project: nil,
branch: nil,
created_at: nil,
updated_at: nil,
automation_id: nil,
job_template_id: nil,
review_due_date: Time.parse('2015-03-25T11:43:52Z'))