Method: Phrase::ScreenshotMarker.openapi_types
- Defined in:
- lib/phrase/models/screenshot_marker.rb
.openapi_types ⇒ Object
Attribute type mapping.
30 31 32 33 34 35 36 37 38 39 |
# File 'lib/phrase/models/screenshot_marker.rb', line 30 def self.openapi_types { :'id' => :'String', :'presentation' => :'String', :'presentation_type' => :'String', :'created_at' => :'DateTime', :'updated_at' => :'DateTime', :'translation_key' => :'TranslationKey' } end |