mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-09 08:31:21 +00:00
314 B
314 B
Petstore::OuterObjectWithEnumProperty
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| value | OuterEnumInteger |
Example
require 'petstore'
instance = Petstore::OuterObjectWithEnumProperty.new(
value: null
)