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