Method: Weblate::Project.openapi_types

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

.openapi_typesObject

Attribute type mapping.



103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# File 'lib/weblate/models/project.rb', line 103

def self.openapi_types
  {
    :'name' => :'String',
    :'slug' => :'String',
    :'id' => :'Integer',
    :'web' => :'String',
    :'web_url' => :'String',
    :'url' => :'String',
    :'components_list_url' => :'String',
    :'repository_url' => :'String',
    :'statistics_url' => :'String',
    :'categories_url' => :'String',
    :'changes_list_url' => :'String',
    :'languages_url' => :'String',
    :'labels_url' => :'String',
    :'credits_url' => :'String',
    :'translation_review' => :'Boolean',
    :'source_review' => :'Boolean',
    :'set_language_team' => :'Boolean',
    :'instructions' => :'String',
    :'enable_hooks' => :'Boolean',
    :'language_aliases' => :'String',
    :'enforced_2fa' => :'Boolean'
  }
end