forked from loafle/openapi-generator-original
* Fix default nullable * Fix tests * Update samples * Fix template default value * Update samples * Also fix for interface * update samples
577 B
577 B
Org.OpenAPITools.Model.Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | long | [optional] | |
PetId | long | [optional] | |
Quantity | int | [optional] | |
ShipDate | DateTime | [optional] | |
Status | string | Order Status | [optional] |
Complete | bool | [optional] [default to false] |