Method: OpenapiClient::UserCreate.openapi_types
- Defined in:
- lib/openapi_client/models/user_create.rb
.openapi_types ⇒ Object
Attribute type mapping.
50 51 52 53 54 55 56 57 58 |
# File 'lib/openapi_client/models/user_create.rb', line 50 def self.openapi_types { :'key' => :'String', :'email' => :'String', :'first_name' => :'String', :'last_name' => :'String', :'attributes' => :'Object' } end |