Phrase::OrganizationJobTemplate Properties Name Type Description Notes id String [optional] name String [optional] briefing String [optional] autotranslate_enabled Boolean When `true`, jobs created from this template are auto-translated on creation. Maps to the `autotranslate` field on the request body. [optional] source_locale_id String Optional. ID of the source locale used by jobs created from this template. When omitted, the project's default source locale is used. [optional] created_at Time [optional] updated_at Time [optional] Code Sample require 'Phrase' instance = Phrase::OrganizationJobTemplate.new(id: null, name: null, briefing: null, autotranslate_enabled: null, source_locale_id: null, created_at: null, updated_at: null)