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