Bruno Coelho 7c133be617
[swift5][client] add support for async await (#10442)
* [swift5][client] add support for async await

* [swift5][client] disable CI for the async await sample project temporarily
2021-09-23 10:53:57 +08:00

551 B

Order

Properties

Name Type Description Notes
id Int64 [optional]
petId Int64 [optional]
quantity Int [optional]
shipDate Date [optional]
status String Order Status [optional]
complete Bool [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]