mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-04 18:53:48 +00:00
* add test for oneOf model in ruby * add new files * add tests for oneOf model without discriminator
301 B
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
)