William Cheng 29322da2f6
Dart (Jaguar) client generator (#998)
* generator for dart jaguar

* migrate to openapi-generator

* fix locale issue

* add auth generation for dart jaguar

* fix generation of jaguar api with auth (#1009)

* update deps (#1016)

* add CI tests for dart jaguar

* update dart jaguar bin script

* trigger build failure

* Revert "trigger build failure"

This reverts commit a7d8bfd47a93f0903932aeff4afefeb7aa4c5c4a.
2018-09-13 21:39:57 +08:00

739 B

openapi.model.Order

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id int [optional] [default to null]
petId int [optional] [default to null]
quantity int [optional] [default to null]
shipDate DateTime [optional] [default to null]
status String Order Status [optional] [default to null]
complete bool [optional] [default to false]

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