2024-10-19 15:10:45 +08:00

526 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
)