# ResponseWebsocketEventsDocsWsEventsDocsGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **kind** | **string** | | [optional] [default to KindEnum_Pong] **timestamp** | **string** | | [optional] [default to undefined] **data** | [**StatsSnapshot**](StatsSnapshot.md) | | [default to undefined] **country_iso** | **string** | | [optional] [default to undefined] **product_id** | **string** | | [default to undefined] ## Example ```typescript import { ResponseWebsocketEventsDocsWsEventsDocsGet } from './api'; const instance: ResponseWebsocketEventsDocsWsEventsDocsGet = { kind, timestamp, data, country_iso, product_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)