Sha256: e351a9ea71097fc1ce707a02d44f0408850c9e5d1b58e03f98b627751eef6792
Contents?: true
Size: 838 Bytes
Versions: 21
Compression:
Stored size: 838 Bytes
Contents
# Phrase::JobUpdateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] **name** | **String** | Job name | [optional] **briefing** | **String** | Briefing for the translators | [optional] **due_date** | **Time** | Date the job should be finished | [optional] **ticket_url** | **String** | URL to a ticket for this job (e.g. Jira, Trello) | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::JobUpdateParameters.new(branch: my-feature-branch, name: de, briefing: de-DE, due_date: null, ticket_url: https://example.atlassian.net/browse/FOO) ```
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.19.0 | docs/JobUpdateParameters.md |