mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 10:43:44 +00:00 
			
		
		
		
	* 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] |