mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 04:09:10 +00:00
For a required enum array property the generated model constructor used the type `RequiredEnums` instead of `Vec<RequiredEnums>`.