# Petstore::OuterComposite ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **my_number** | **Float** | | [optional] | | **my_string** | **String** | | [optional] | | **my_boolean** | **Boolean** | | [optional] | ## Example ```ruby require 'petstore' instance = Petstore::OuterComposite.new( my_number: null, my_string: null, my_boolean: null ) ```