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