forked from loafle/openapi-generator-original
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
)