forked from loafle/openapi-generator-original
* 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.
768 B
768 B
openapi.model.Pet
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | int | [optional] [default to null] | |
category | Category | [optional] [default to null] | |
name | String | [default to null] | |
photoUrls | List<String> | [default to const []] | |
tags | List<Tag> | [optional] [default to const []] | |
status | String | pet status in the store | [optional] [default to null] |