Sha256: 48c79cd4de0d68f6412e0016a11a325015a2de7bab561a5617a29b585a318ce2

Contents?: true

Size: 842 Bytes

Versions: 38

Compression:

Stored size: 842 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] 
**ticket_url** | **String** | URL to a ticket for this job (e.g. Jira, Trello) | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::JobUpdateParameters.new(branch: my-feature-branch,
                                 name: de,
                                 briefing: de-DE,
                                 due_date: null,
                                 ticket_url: https://example.atlassian.net/browse/FOO)
```


Version data entries

38 entries across 38 versions & 1 rubygems

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