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

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
)