# V1WebhooksResourceWithSecret

Single webhook payload including the one-time secret.

## Properties

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

## Example

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

const instance: V1WebhooksResourceWithSecret = {
    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)
