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