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