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