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

381 B

Petstore::Whale

Properties

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

Example

require 'petstore'

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