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