Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 314 Bytes

File metadata and controls

18 lines (12 loc) · 314 Bytes

Petstore::OuterObjectWithEnumProperty

Properties

Name Type Description Notes
value OuterEnumInteger

Example

require 'petstore'

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