mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-06 11:43:45 +00:00
282 B
282 B
Petstore::Foo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| bar | String | [optional] [default to 'bar'] |
Code Sample
require 'Petstore'
instance = Petstore::Foo.new(bar: null)