Files
openapi-generator/samples/client/echo_api/php-nextgen/docs/Model/Pet.md
William Cheng 4260c7aaf0 Better tests for php-nextgen (#16569)
* better tests for php nextgen

* add new files
2023-09-13 10:50:29 +08:00

559 B

# Pet

Properties

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

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