William Cheng c26e19cbc0 Revert "Add support for string response deserialization (#12910)"
This reverts commit b8524bee232a55e28693354ab543b91e3f65629a.
2022-07-21 12:58:46 +08:00

665 B

WWW::OpenAPIClient::Object::Pet

Load the model package

use WWW::OpenAPIClient::Object::Pet;

Properties

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

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