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