# V1WebhooksTestResult

Result of a webhook test delivery.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**V1WebhooksTestResultData**](V1WebhooksTestResultData.md) |  | [default to undefined]

## Example

```typescript
import { V1WebhooksTestResult } from '@hostinger/mail-sdk';

const instance: V1WebhooksTestResult = {
    data,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
