2024-10-19 15:10:45 +08:00

313 B

Petstore::OuterObjectWithEnumProperty

Properties

Name Type Description Notes
value OuterEnumInteger

Example

require 'petstore'

instance = Petstore::OuterObjectWithEnumProperty.new(
  value: null
)