# Petstore::ChildWithNullable ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **other_property** | **String** | | [optional] | ## Example ```ruby require 'petstore' instance = Petstore::ChildWithNullable.new( other_property: null ) ```