forked from loafle/openapi-generator-original
333 B
333 B
Petstore::Animal
Properties
Name | Type | Description | Notes |
---|---|---|---|
class_name | String | ||
color | String | [optional][default to 'red'] |
Example
require 'petstore'
instance = Petstore::Animal.new(
class_name: null,
color: null
)