forked from loafle/openapi-generator-original
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
)