Jonas Reichert f45523dd1a
[swift5] fix modelNamePrefix and -suffix for reserved types (#14768)
* only add suffix or prefix if type is not a primitive or from dependency

* add tests

* add sample

* add second API with prefix and suffix

* add primitives

* add missing pom

* add missing shell script

* fix cycle dependency

* generate samples
2023-03-13 09:42:24 +00:00

905 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: [AnyCodable]] [optional]
mapMapString [String: [String: String]] [optional]
mapMapAnytype [String: [String: AnyCodable]] [optional]
anytype1 AnyCodable [optional]
anytype2 AnyCodable [optional]
anytype3 AnyCodable [optional]

[Back to Model list] [Back to API list] [Back to README]