Sha256: 1435379c5c5b41fc38dc62674cb530fc36507471d81eaa8049babf0df43ed877
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 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] **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, tags: ["myUploadTag"], translation_key_ids: ["abcd1234cdef1234abcd1234cdef1234"]) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phrase-1.0.3 | docs/JobCreateParameters.md |
phrase-1.0.2 | docs/JobCreateParameters.md |
phrase-1.0.1 | docs/JobCreateParameters.md |