forked from loafle/openapi-generator-original
900 B
900 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: [JSONValue]] | [optional] | |
| mapMapString | [String: [String: String]] | [optional] | |
| mapMapAnytype | [String: [String: JSONValue]] | [optional] | |
| anytype1 | JSONValue | [optional] | |
| anytype2 | JSONValue | [optional] | |
| anytype3 | JSONValue | [optional] |