William Cheng e5437e06a3
Update Ruby faraday to use ruby fake petstore test spec (#22008)
* update ruby faraday to use ruby fake petstore test spec

* clean up, regenerate samples

* update test
2025-09-21 23:33:40 +08:00

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
)