mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-03 18:23:44 +00:00
477 B
477 B
Petstore::PropertyNameMapping
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| http_debug_operation | String | [optional] | |
| _type | String | [optional] | |
| type | String | [optional] | |
| type_ | String | [optional] |
Example
require 'petstore'
instance = Petstore::PropertyNameMapping.new(
http_debug_operation: null,
_type: null,
type: null,
type_: null
)