forked from loafle/openapi-generator-original
* add to_s in api error class * rename variable to align with code sample * fix initalize, better validation * update petstore samples * add code sample for model * add auto-generated travis file * improve error message * add travis file * uncomment to_s
318 B
318 B
Petstore::SpecialModelName
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| special_property_name | Integer | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::SpecialModelName.new(special_property_name: null)