openapi-generator/samples/client/petstore/perl/docs/Pet.md

665 B

WWW::SwaggerClient::Object::Pet

Load the model package

use WWW::SwaggerClient::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]