Method: OpenapiClient::OrganizationCreate.openapi_types
- Defined in:
- lib/openapi_client/models/organization_create.rb
.openapi_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 |
# File 'lib/openapi_client/models/organization_create.rb', line 42 def self.openapi_types { :'key' => :'String', :'name' => :'String', :'settings' => :'Object' } end |