Sha256: baee472b2ff691fafd8214d6d7d2697c2eb365ee95a6e202d83ef6d5d9a2a197
Contents?: true
Size: 1.67 KB
Versions: 21
Compression:
Stored size: 1.67 KB
Contents
# Phrase::JobDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **briefing** | **String** | | [optional] **due_date** | **Time** | | [optional] **state** | **String** | | [optional] **ticket_url** | **String** | | [optional] **project** | [**ProjectShort**](ProjectShort.md) | | [optional] **branch** | [**BranchName**](BranchName.md) | | [optional] **created_at** | **Time** | | [optional] **updated_at** | **Time** | | [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
21 entries across 21 versions & 1 rubygems