forked from loafle/openapi-generator-original
* add auto-generated doc to swift4 generators * fix rxswift sample code * fix object initialize * fix boolean value * fix link to object * fix void * fix url initialize * update all swift samples * fix indentation
881 B
881 B
AdditionalPropertiesClass
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| mapString | [String:String] | [optional] | |
| mapNumber | [String:Double] | [optional] | |
| mapInteger | [String:Int] | [optional] | |
| mapBoolean | [String:Bool] | [optional] | |
| mapArrayInteger | [String:[Int]] | [optional] | |
| mapArrayAnytype | [String:[Any]] | [optional] | |
| mapMapString | [String:[String:String]] | [optional] | |
| mapMapAnytype | [String:[String:Any]] | [optional] | |
| anytype1 | Any | [optional] | |
| anytype2 | Any | [optional] | |
| anytype3 | Any | [optional] |