Sha256: c61b649ece5ad9290c8f7fbba15e1fe9cce597c17752109e634ad9b168678919
Contents?: true
Size: 1.37 KB
Versions: 7
Compression:
Stored size: 1.37 KB
Contents
# Phrase::JobCreateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] **name** | **String** | Job name | [optional] **source_locale_id** | **String** | The API id of the source language | [optional] **briefing** | **String** | Briefing for the translators | [optional] **due_date** | **DateTime** | Date the job should be finished | [optional] **ticket_url** | **String** | URL to a ticket for this job (e.g. Jira, Trello) | [optional] **tags** | **Array<String>** | tags of keys that should be included within the job | [optional] **translation_key_ids** | **Array<String>** | ids of keys that should be included within the job | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::JobCreateParameters.new(branch: my-feature-branch, name: de, source_locale_id: abcd1234cdef1234abcd1234cdef1234, briefing: de-DE, due_date: null, ticket_url: https://example.atlassian.net/browse/FOO, tags: ["myUploadTag"], translation_key_ids: ["abcd1234cdef1234abcd1234cdef1234"]) ```
Version data entries
7 entries across 7 versions & 1 rubygems