blob: 3b0bb4d53d2cd160d7f91e0b2a98d09dcd632ec8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# PingMessage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kind** | **string** | | [optional] [default to KindEnum_Ping]
**timestamp** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { PingMessage } from './api';
const instance: PingMessage = {
kind,
timestamp,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|