Method: Weblate::Screenshot.openapi_types

Defined in:
lib/weblate/models/screenshot.rb

.openapi_typesObject

Attribute type mapping.



52
53
54
55
56
57
58
59
60
61
62
# File 'lib/weblate/models/screenshot.rb', line 52

def self.openapi_types
  {
    :'id' => :'Integer',
    :'name' => :'String',
    :'repository_filename' => :'String',
    :'translation' => :'String',
    :'file_url' => :'String',
    :'units' => :'Array<String>',
    :'url' => :'String'
  }
end