mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-07 16:10:53 +00:00
288 B
288 B
Petstore::ChildWithNullable
Properties
Name | Type | Description | Notes |
---|---|---|---|
other_property | String | [optional] |
Example
require 'petstore'
instance = Petstore::ChildWithNullable.new(
other_property: null
)