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