# ApiPet ## Properties | Name | Type | Description | Notes | | ------------ | ------------- | ------------- | ------------- | | **name** | **kotlin.String** | | | | **photoUrls** | **kotlin.collections.List<kotlin.String>** | | | | **id** | **kotlin.Long** | | [optional] | | **category** | [**ApiCategory**](ApiCategory.md) | | [optional] | | **tags** | [**kotlin.collections.List<ApiTag>**](ApiTag.md) | | [optional] | | **status** | [**inline**](#Status) | pet status in the store | [optional] | ## Enum: status | Name | Value | | ---- | ----- | | status | available, pending, sold |