mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-20 18:43:56 +00:00
740 B
740 B
ModelWithPropertiesAndAdditionalProperties
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| myIntegerReq | Int | ||
| myIntegerOpt | Int | [optional] | |
| myPrimitiveReq | AllPrimitives | ||
| myPrimitiveOpt | AllPrimitives | [optional] | |
| myStringArrayReq | [String] | ||
| myStringArrayOpt | [String] | [optional] | |
| myPrimitiveArrayReq | [AllPrimitives] | ||
| myPrimitiveArrayOpt | [AllPrimitives] | [optional] |