Sha256: ca82523543495ef7fb29f348d76b0d5136ccf2f015b2a4838ecd7608d8dc5193
Contents?: true
Size: 1.68 KB
Versions: 25
Compression:
Stored size: 1.68 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] **source_locale** | [**LocalePreview**](LocalePreview.md) | | [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, source_locale: null, locales: null, keys: null) ```
Version data entries
25 entries across 25 versions & 1 rubygems