| Name | Type | Description | Notes |
|---|---|---|---|
| context | OpenAPI\Server\Model\ContextObject | A Context Object. Can be `null`. | [optional] |
| currentlyPlayingType | string | The object type of the currently playing item. Can be one of `track`, `episode`, `ad` or `unknown`. | [optional] |
| isPlaying | bool | If something is currently playing, return `true`. | [optional] |
| item | OpenAPI\Server\Model\CurrentlyPlayingContextObjectItem | [optional] | |
| progressMs | int | Progress into the currently playing track or episode. Can be `null`. | [optional] |
| timestamp | int | Unix Millisecond Timestamp when data was fetched | [optional] |