Sha256: d241cac52e404e8ff7def74d676bb1e7764cd7a5ee374eaaa5d43b17b80f8b29

Contents?: true

Size: 1.2 KB

Versions: 13

Compression:

Stored size: 1.2 KB

Contents

# Phrase::JobCreateParameters

## 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** | **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,
                                 briefing: de-DE,
                                 due_date: null,
                                 ticket_url: https://example.atlassian.net/browse/FOO,
                                 tags: ["myUploadTag"],
                                 translation_key_ids: ["abcd1234cdef1234abcd1234cdef1234"])
```


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phrase-2.1.0 docs/JobCreateParameters.md
phrase-2.0.0 docs/JobCreateParameters.md
phrase-1.0.14 docs/JobCreateParameters.md
phrase-1.0.13 docs/JobCreateParameters.md
phrase-1.0.12 docs/JobCreateParameters.md
phrase-1.0.11 docs/JobCreateParameters.md
phrase-1.0.10 docs/JobCreateParameters.md
phrase-1.0.9 docs/JobCreateParameters.md
phrase-1.0.8 docs/JobCreateParameters.md
phrase-1.0.7 docs/JobCreateParameters.md
phrase-1.0.6 docs/JobCreateParameters.md
phrase-1.0.5 docs/JobCreateParameters.md
phrase-1.0.4 docs/JobCreateParameters.md