mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-06 23:50:49 +00:00
287 B
287 B
Petstore::FooGetDefaultResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
string | Foo | [optional] |
Example
require 'petstore'
instance = Petstore::FooGetDefaultResponse.new(
string: null
)