mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 08:31:21 +00:00
* 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] |