Method: FlatApi::UserCreation.openapi_types

Defined in:
lib/flat_api/models/user_creation.rb

.openapi_typesObject

Attribute type mapping.



80
81
82
83
84
85
86
87
88
89
90
# File 'lib/flat_api/models/user_creation.rb', line 80

def self.openapi_types
  {
    :'username' => :'String',
    :'firstname' => :'String',
    :'lastname' => :'String',
    :'email' => :'String',
    :'password' => :'String',
    :'locale' => :'FlatLocales',
    :'role' => :'String'
  }
end