forked from loafle/openapi-generator-original
18 lines
740 B
Markdown
18 lines
740 B
Markdown
# ModelWithPropertiesAndAdditionalProperties
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**myIntegerReq** | **Int** | |
|
|
**myIntegerOpt** | **Int** | | [optional]
|
|
**myPrimitiveReq** | [**AllPrimitives**](AllPrimitives.md) | |
|
|
**myPrimitiveOpt** | [**AllPrimitives**](AllPrimitives.md) | | [optional]
|
|
**myStringArrayReq** | **[String]** | |
|
|
**myStringArrayOpt** | **[String]** | | [optional]
|
|
**myPrimitiveArrayReq** | [AllPrimitives] | |
|
|
**myPrimitiveArrayOpt** | [AllPrimitives] | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|