# Petstore::Whale ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **has_baleen** | **Boolean** | | [optional] | | **has_teeth** | **Boolean** | | [optional] | | **classname** | **String** | | | ## Example ```ruby require 'petstore' instance = Petstore::Whale.new( has_baleen: null, has_teeth: null, classname: null ) ```