Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 288 Bytes

File metadata and controls

18 lines (12 loc) · 288 Bytes

Petstore::FooGetDefaultResponse

Properties

Name Type Description Notes
string Foo [optional]

Example

require 'petstore'

instance = Petstore::FooGetDefaultResponse.new(
  string: null
)