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