mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-23 12:03:50 +00:00
* update rust client with petstore oas2 * update rust with oas2 petstore, fix default value * fix type mapping for file, update api_doc for rust client * update rust client with oas3
551 B
551 B
Order
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | i64 | [optional] | |
| pet_id | i64 | [optional] | |
| quantity | i32 | [optional] | |
| ship_date | String | [optional] | |
| status | String | Order Status | [optional] |
| complete | bool | [optional] [default to false] |