# Petstore::FooGetDefaultResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **string** | [**Foo**](Foo.md) | | [optional] | ## Example ```ruby require 'petstore' instance = Petstore::FooGetDefaultResponse.new( string: null ) ```