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