Sha256: 04e3a7546ff8e407973c3de359e51ec6ab0805af6272e13202d3f92864b71df5

Contents?: true

Size: 1.09 KB

Versions: 33

Compression:

Stored size: 1.09 KB

Contents

# Phrase::Job

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**briefing** | **String** |  | [optional] 
**due_date** | **DateTime** |  | [optional] 
**state** | **String** |  | [optional] 
**ticket_url** | **String** |  | [optional] 
**project** | [**ProjectShort**](ProjectShort.md) |  | [optional] 
**branch** | [**BranchName**](BranchName.md) |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Job.new(id: null,
                                 name: null,
                                 briefing: null,
                                 due_date: null,
                                 state: null,
                                 ticket_url: null,
                                 project: null,
                                 branch: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
phrase-2.5.0 docs/Job.md
phrase-2.4.0 docs/Job.md
phrase-2.3.1 docs/Job.md
phrase-2.3.0 docs/Job.md
phrase-2.2.0 docs/Job.md
phrase-2.1.0 docs/Job.md
phrase-2.0.0 docs/Job.md
phrase-1.0.14 docs/Job.md
phrase-1.0.13 docs/Job.md
phrase-1.0.12 docs/Job.md
phrase-1.0.11 docs/Job.md
phrase-1.0.10 docs/Job.md
phrase-1.0.9 docs/Job.md