William Cheng 23c5db602f
Update ruby httpx petstore test (#16753)
* update ruby httpx petstore test

* fix pom

* comment out ruby httpx tests
2023-10-09 15:43:21 +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
)