mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-18 15:40:53 +00:00
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)