Sha256: f198a8f512fe9bebd2a16d7f90fd4fdf78180a09e316f029f757beb8749b5748
Contents?: true
Size: 844 Bytes
Versions: 23
Compression:
Stored size: 844 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** | **Time** | | [optional] **updated_at** | **Time** | | [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
23 entries across 23 versions & 1 rubygems