openapi-generator/samples/client/petstore/python/docs/Pet.md
2016-03-30 15:14:58 +08:00

550 B

Pet

Properties

Name Type Description Notes
id int [optional]
category Category [optional]
name str
photo_urls list[str]
tags **list[Tag]** [optional]
status str pet status in the store [optional]

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