William Cheng d7311cd5cd
[Ruby] add property, parameter name mapping (#16191)
* add property, parameter name mapping support to ruby generators

* update samples
2023-07-27 09:48:53 +08:00

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
)