forked from loafle/openapi-generator-original
* mark js es5 deprecated, remove samples, migrate samples to use oas3 * update test in pom.xml * update js samples * delete js es5 samples * update js petstore * remove openapi3 js petstore * fix tests * skip test/model/AdditionalPropertiesArray.spec.js * fix test * update doc
783 B
783 B
OpenApiPetstore.NullableClass
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| integerProp | Number | [optional] | |
| numberProp | Number | [optional] | |
| booleanProp | Boolean | [optional] | |
| stringProp | String | [optional] | |
| dateProp | Date | [optional] | |
| datetimeProp | Date | [optional] | |
| arrayNullableProp | [Object] | [optional] | |
| arrayAndItemsNullableProp | [Object] | [optional] | |
| arrayItemsNullable | [Object] | [optional] | |
| objectNullableProp | {String: Object} | [optional] | |
| objectAndItemsNullableProp | {String: Object} | [optional] | |
| objectItemsNullable | {String: Object} | [optional] |