TIm Clark 6653cedcc7
[python-experimental] Fix model tests (#7139)
* [python-experimental] Fix model tests

* Fixes model tests to template off the classname instead of
the model's description.
* Uses python-experimental templates when generating
python-experimental samples

* Fix sample file manifest

* Restore remaining tests
2020-08-11 18:38:58 -07:00

589 B

Pet

Pet object that needs to be added to the store

Properties

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

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