forked from loafle/openapi-generator-original
* upgrade JsonSubTypes to 1.2.0 * update samples * add SwaggerClientNet35 * re-generate * fix the linux build script
574 B
574 B
IO.Swagger.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] |