mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-14 18:59:04 +00:00
* handle composed schemas in InlineModelResolver * fix unit test -> TestUtils.parseSpec * update samples * fix samples * update samples * update samples * add new files
277 B
277 B
Petstore::CatAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| declawed | Boolean | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::CatAllOf.new(declawed: null)