15 lines
677 B
Markdown

# Pet
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **id** | **Long** | | [optional] [default to null] |
| **category** | [**Category**](Category.md) | | [optional] [default to null] |
| **name** | **String** | | [default to null] |
| **photoUrls** | **List** | | [default to null] |
| **tags** | [**List**](Tag.md) | | [optional] [default to null] |
| **status** | **String** | pet status in the store | [optional] [default to null] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)