mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-18 17:43:43 +00:00
260 B
260 B
Petstore::CatAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| declawed | Boolean | [optional] |
Example
require 'petstore'
instance = Petstore::CatAllOf.new(
declawed: null
)