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

449 B

Petstore::MammalAnyof

Properties

Name Type Description Notes
has_baleen Boolean [optional]
has_teeth Boolean [optional]
classname String
type String [optional]

Example

require 'petstore'

instance = Petstore::MammalAnyof.new(
  has_baleen: null,
  has_teeth: null,
  classname: null,
  type: null
)