mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 13:10:53 +00:00
251 B
251 B
Petstore::Client
Properties
Name | Type | Description | Notes |
---|---|---|---|
client | String | [optional] |
Example
require 'petstore'
instance = Petstore::Client.new(
client: null
)