mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-15 06:00:52 +00:00
527 B
527 B
Petstore::PropertyNameMapping
Properties
Name | Type | Description | Notes |
---|---|---|---|
http_debug_operation | String | [optional] | |
underscore_type | String | [optional] | |
type | String | [optional] | |
type_with_underscore | String | [optional] |
Example
require 'petstore'
instance = Petstore::PropertyNameMapping.new(
http_debug_operation: null,
underscore_type: null,
type: null,
type_with_underscore: null
)