Method: IntegrationApi::CreateUserRequest.swagger_types
- Defined in:
- lib/integration_api/models/create_user_request.rb
.swagger_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 49 50 51 |
# File 'lib/integration_api/models/create_user_request.rb', line 42 def self.swagger_types { :'integration_type' => :'String', :'nucleus_client_id' => :'String', :'product' => :'String', :'tenant_id' => :'String', :'vendor_name' => :'String', :'vendor_request' => :'Object' } end |