Method: FlatApi::UserAdminUpdate.swagger_types
- Defined in:
- lib/flat_api/models/user_admin_update.rb
.swagger_types ⇒ Object
Attribute type mapping.
33 34 35 36 37 38 |
# File 'lib/flat_api/models/user_admin_update.rb', line 33 def self.swagger_types { :'password' => :'String', :'organization_role' => :'OrganizationRoles' } end |