Sha256: e43801832655655880fb6fcf3baf9c7e59f8dfa41c95deecdf2588012d931296
Contents?: true
Size: 852 Bytes
Versions: 26
Compression:
Stored size: 852 Bytes
Contents
# Phrase::JobTemplate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **briefing** | **String** | | [optional] **project** | [**ProjectShort**](ProjectShort.md) | | [optional] **branch** | [**Branch**](Branch.md) | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::JobTemplate.new(id: null, name: null, briefing: null, project: null, branch: null, created_at: null, updated_at: null) ```
Version data entries
26 entries across 26 versions & 1 rubygems