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

301 B

Petstore::Zebra

Properties

Name Type Description Notes
type String [optional]
classname String

Example

require 'petstore'

instance = Petstore::Zebra.new(
  type: null,
  classname: null
)