forked from loafle/openapi-generator-original
* added isTyphoeus property to remove negations on isFaraday * adding httpx support as alternative library for ruby client * updated samples
328 B
328 B
Petstore::Model200Response
Properties
Name | Type | Description | Notes |
---|---|---|---|
name | Integer | [optional] | |
_class | String | [optional] |
Example
require 'petstore'
instance = Petstore::Model200Response.new(
name: null,
_class: null
)