mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-18 23:50:51 +00:00
480 B
480 B
Petstore::OuterComposite
Properties
Name | Type | Description | Notes |
---|---|---|---|
my_number | Float | [optional] | |
my_string | String | [optional] | |
my_boolean | Boolean | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::OuterComposite.new(my_number: null,
my_string: null,
my_boolean: null)