Sha256: a15ea4f7b1a3e23619f6e29797f3b3f410b8ef297ed26bd43ce37e603862e939
Contents?: true
Size: 896 Bytes
Versions: 1
Compression:
Stored size: 896 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] ## 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) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phrase-1.0.4 | docs/Job.md |