mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-28 03:30:49 +00:00
* 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
548 B
548 B
Petstore::MixedPropertiesAndAdditionalPropertiesClass
Properties
Name | Type | Description | Notes |
---|---|---|---|
uuid | String | [optional] | |
date_time | DateTime | [optional] | |
map | Hash<String, Animal> | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::MixedPropertiesAndAdditionalPropertiesClass.new(uuid: null,
date_time: null,
map: null)