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