Method: Phrase::JobTemplate.openapi_types
- Defined in:
- lib/phrase/models/job_template.rb
.openapi_types ⇒ Object
Attribute type mapping.
33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/phrase/models/job_template.rb', line 33 def self.openapi_types { :'id' => :'String', :'name' => :'String', :'briefing' => :'String', :'project' => :'ProjectShort', :'branch' => :'Branch', :'created_at' => :'DateTime', :'updated_at' => :'DateTime' } end |