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