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