mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-06 15:40:54 +00:00
352 B
352 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
)