William Cheng ddc2b3e560
Add tests for oneOf models in ruby client (#16137)
* add test for oneOf model in ruby

* add new files

* add tests for oneOf model without discriminator
2023-07-20 17:35: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
)