| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The walking summary id | |
| animal_id | int | The id of the animal this walking summary belongs to | |
| date | \DateTime | The datetime of the walking summary | [optional] |
| total | int | The total walking time (minutes) | [optional] |
| quarters | int | The number of quarters this walking summary is based on | [optional] |
| average | int | The average walking time of this animal (minutes) | [optional] |
| attention | bool | Indicates an walking time attention | [optional] |
| attention_type | int | The type of the attention, if any. 1: Too short, 2: Too long | [optional] |