forked from loafle/openapi-generator-original
260 B
260 B
Petstore::CatAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| declawed | Boolean | [optional] |
Example
require 'petstore'
instance = Petstore::CatAllOf.new(
declawed: null
)