Sha256: 07389433cc044b8b47951bac32edf5503987f24f2dbebee21710a05f233600b4

Contents?: true

Size: 1.45 KB

Versions: 4

Compression:

Stored size: 1.45 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] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 
**project** | [**ProjectShort**](ProjectShort.md) |  | [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,
                                 created_at: null,
                                 updated_at: null,
                                 project: null,
                                 owner: null,
                                 job_tag_name: null,
                                 locales: null,
                                 keys: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phrase-1.0.8 docs/JobDetails.md
phrase-1.0.7 docs/JobDetails.md
phrase-1.0.6 docs/JobDetails.md
phrase-1.0.5 docs/JobDetails.md