Method: Phrase::Job.openapi_types

Defined in:
lib/phrase/models/job.rb

.openapi_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
49
50
51
52
53
54
55
# File 'lib/phrase/models/job.rb', line 42

def self.openapi_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'briefing' => :'String',
    :'due_date' => :'DateTime',
    :'state' => :'String',
    :'ticket_url' => :'String',
    :'project' => :'ProjectShort',
    :'branch' => :'BranchName',
    :'created_at' => :'DateTime',
    :'updated_at' => :'DateTime'
  }
end