forked from loafle/openapi-generator-original
* add nullable case to spring test spec * generate samples for changed spring input * add nullable case to general test spec * generate samples for changed general input * generate samples again * generates samples again * re-build from new sources, generates samples again
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
)