Method: Phrase::TranslationVersionWithUser.openapi_types
- Defined in:
- lib/phrase/models/translation_version_with_user.rb
.openapi_types ⇒ Object
Attribute type mapping.
39 40 41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/phrase/models/translation_version_with_user.rb', line 39 def self.openapi_types { :'id' => :'String', :'content' => :'String', :'plural_suffix' => :'String', :'key' => :'KeyPreview', :'locale' => :'LocalePreview', :'created_at' => :'DateTime', :'updated_at' => :'DateTime', :'changed_at' => :'DateTime', :'user' => :'UserPreview' } end |