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
353 B
353 B
Petstore::ParentWithNullable
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | String | [optional] | |
nullable_property | String | [optional] |
Example
require 'petstore'
instance = Petstore::ParentWithNullable.new(
type: null,
nullable_property: null
)