forked from loafle/openapi-generator-original
* handle composed schemas in InlineModelResolver * fix unit test -> TestUtils.parseSpec * update samples * fix samples * update samples * update samples * add new files
270 B
270 B
Petstore::DogAllOf
Properties
Name | Type | Description | Notes |
---|---|---|---|
breed | String | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::DogAllOf.new(breed: null)