forked from loafle/openapi-generator-original
* add c# api client with proeprty changed to CI * add shell script to update all C# petstore sample
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] |