| Name | Type | Description | Notes |
|---|---|---|---|
| timestamp | number | Response timestamp. | [optional] [default to undefined] |
| method | string | Placeholder for request method. | [optional] [default to undefined] |
| code | number | Response code, 0 means success | [optional] [default to undefined] |
| message | string | Response message | [optional] [default to undefined] |
| data | object | Empty object on success. | [optional] [default to undefined] |
| version | string | API version. | [optional] [default to undefined] |