aboutsummaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/ResponseWebsocketEventsDocsWsEventsDocsGet.md
blob: 363292aae1d035be38e2febd45a85600028a3706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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)