Sha256: afe0f72be810faca30cfa54cad54da45e5b9d44b2bf75a42b8122c1d2dd9cd10

Contents?: true

Size: 1.64 KB

Versions: 18

Compression:

Stored size: 1.64 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] 
**job_template_id** | **String** | id of a job template you would like to model the created job after. Any manually added parameters will take preference over template attributes. | [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"],
                                 job_template_id: abcd1234cdef1234abcd1234cdef1234)
```


Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
phrase-2.18.0 docs/JobCreateParameters.md
phrase-2.17.0 docs/JobCreateParameters.md
phrase-2.16.0 docs/JobCreateParameters.md
phrase-2.15.0 docs/JobCreateParameters.md
phrase-2.14.0 docs/JobCreateParameters.md
phrase-2.13.0 docs/JobCreateParameters.md
phrase-2.12.0 docs/JobCreateParameters.md
phrase-2.11.0 docs/JobCreateParameters.md
phrase-2.10.0 docs/JobCreateParameters.md
phrase-2.9.0 docs/JobCreateParameters.md
phrase-2.8.7 docs/JobCreateParameters.md
phrase-2.8.3 docs/JobCreateParameters.md
phrase-2.8.2 docs/JobCreateParameters.md
phrase-2.8.1 docs/JobCreateParameters.md
phrase-2.8.0 docs/JobCreateParameters.md
phrase-2.7.2 docs/JobCreateParameters.md
phrase-2.7.1 docs/JobCreateParameters.md
phrase-2.7.0 docs/JobCreateParameters.md