Jim Schubert b62d68ac5a [markdown] New Markdown Generator (#4811)
* [markdown] New Generator

* [docs] Update to avoid conflict with new markdown generator
2019-12-19 11:16:20 +08:00

15 lines
706 B
Markdown

# ./Models.Pet
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**Long**](long.md) | | [optional] [default to null]
**category** | [**Category**](Category.md) | | [optional] [default to null]
**name** | [**String**](string.md) | | [default to null]
**photoUrls** | [**List**](string.md) | | [default to null]
**tags** | [**List**](Tag.md) | | [optional] [default to null]
**status** | [**String**](string.md) | pet status in the store | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)