forked from loafle/openapi-generator-original
314 B
314 B
Petstore::OuterObjectWithEnumProperty
Properties
Name | Type | Description | Notes |
---|---|---|---|
value | OuterEnumInteger |
Example
require 'petstore'
instance = Petstore::OuterObjectWithEnumProperty.new(
value: null
)