Revert "Add support for string response deserialization (#12910)"

This reverts commit b8524bee23.
This commit is contained in:
William Cheng
2022-07-21 12:58:46 +08:00
parent b8524bee23
commit c26e19cbc0
123 changed files with 10025 additions and 76 deletions

View File

@@ -0,0 +1,20 @@
# WWW::OpenAPIClient::Object::Pet
## Load the model package
```perl
use WWW::OpenAPIClient::Object::Pet;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]
**category** | [**Category**](Category.md) | | [optional]
**name** | **string** | |
**photo_urls** | **ARRAY[string]** | |
**tags** | [**ARRAY[Tag]**](Tag.md) | | [optional]
**status** | **string** | pet status in the store | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)