Sha256: 80d8f1fe2a88dd6bf48a711cfe4a85ac26b77c2ed714374b5de4bec4f75827ac
Contents?: true
Size: 662 Bytes
Versions: 3
Compression:
Stored size: 662 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** | **DateTime** | Date the job should be finished | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::JobUpdateParameters.new(branch: my-feature-branch, name: de, briefing: de-DE, due_date: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phrase-1.0.3 | docs/JobUpdateParameters.md |
phrase-1.0.2 | docs/JobUpdateParameters.md |
phrase-1.0.1 | docs/JobUpdateParameters.md |