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

367 B

Petstore::InlineObject

Properties

Name Type Description Notes
name String Updated name of the pet [optional]
status String Updated status of the pet [optional]

Example

require 'petstore'

instance = Petstore::InlineObject.new(
  name: null,
  status: null
)