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