Sha256: 04e3a7546ff8e407973c3de359e51ec6ab0805af6272e13202d3f92864b71df5
Contents?: true
Size: 1.09 KB
Versions: 33
Compression:
Stored size: 1.09 KB
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] **project** | [**ProjectShort**](ProjectShort.md) | | [optional] **branch** | [**BranchName**](BranchName.md) | | [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, project: null, branch: null, created_at: null, updated_at: null) ```
Version data entries
33 entries across 33 versions & 1 rubygems