Sha256: 2aee67ebecbd3bc8cd102040dcb85e6ea7f627cc7f03c1e1d42b1c78f65e204a
Contents?: true
Size: 660 Bytes
Versions: 10
Compression:
Stored size: 660 Bytes
Contents
# Phrase::OrganizationJobTemplate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **briefing** | **String** | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::OrganizationJobTemplate.new(id: null, name: null, briefing: null, created_at: null, updated_at: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems