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

287 B

Petstore::FooGetDefaultResponse

Properties

Name Type Description Notes
string Foo [optional]

Example

require 'petstore'

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