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