Sha256: de6f4c09b02fcf4a6bc2d57da45bb30dcd8b16b5468de8f5c26ec34d605992c1
Contents?: true
Size: 1011 Bytes
Versions: 4
Compression:
Stored size: 1011 Bytes
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] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] **project** | [**ProjectShort**](ProjectShort.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::Job.new(id: null, name: null, briefing: null, due_date: null, state: null, ticket_url: null, created_at: null, updated_at: null, project: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
phrase-1.0.8 | docs/Job.md |
phrase-1.0.7 | docs/Job.md |
phrase-1.0.6 | docs/Job.md |
phrase-1.0.5 | docs/Job.md |