Sha256: 7827cd274c374b318c96e26841d3ad97c0ff684ee16468f93ed583c2cb400075

Contents?: true

Size: 1.55 KB

Versions: 8

Compression:

Stored size: 1.55 KB

Contents

# Phrase::JobDetails

## 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] 
**owner** | [**UserPreview**](UserPreview.md) |  | [optional] 
**job_tag_name** | **String** |  | [optional] 
**locales** | [**Array<LocalePreview>**](LocalePreview.md) |  | [optional] 
**keys** | [**Array<KeyPreview>**](KeyPreview.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::JobDetails.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,
                                 owner: null,
                                 job_tag_name: null,
                                 locales: null,
                                 keys: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phrase-2.1.0 docs/JobDetails.md
phrase-2.0.0 docs/JobDetails.md
phrase-1.0.14 docs/JobDetails.md
phrase-1.0.13 docs/JobDetails.md
phrase-1.0.12 docs/JobDetails.md
phrase-1.0.11 docs/JobDetails.md
phrase-1.0.10 docs/JobDetails.md
phrase-1.0.9 docs/JobDetails.md