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