mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 13:10:53 +00:00
265 B
265 B
Petstore::Foo
Properties
Name | Type | Description | Notes |
---|---|---|---|
bar | String | [optional][default to 'bar'] |
Example
require 'petstore'
instance = Petstore::Foo.new(
bar: null
)