forked from loafle/openapi-generator-original
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] |