# V1WebhooksTestResultData


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**httpStatus** | **number** |  | [default to undefined]
**success** | **boolean** |  | [optional] [default to undefined]
**error** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: V1WebhooksTestResultData = {
    httpStatus,
    success,
    error,
};
```

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