mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 15:51:38 +00:00
* added isTyphoeus property to remove negations on isFaraday * adding httpx support as alternative library for ruby client * updated samples
343 B
343 B
Petstore::TestInlineFreeformAdditionalPropertiesRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| some_property | String | [optional] |
Example
require 'petstore'
instance = Petstore::TestInlineFreeformAdditionalPropertiesRequest.new(
some_property: null
)