Method: TCAClient::Submission.openapi_types
- Defined in:
- lib/tca_client/models/submission.rb
.openapi_types ⇒ Object
Attribute type mapping.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
# File 'lib/tca_client/models/submission.rb', line 96 def self.openapi_types { :'owner' => :'String', :'title' => :'String', :'status' => :'String', :'id' => :'String', :'content_type' => :'String', :'page_count' => :'Integer', :'word_count' => :'Integer', :'character_count' => :'Integer', :'error_code' => :'String', :'created_time' => :'Time', :'capabilities' => :'Array<String>' } end |