mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-06 23:50:49 +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
)