# WebhookNotificationSettings

Webhook notification settings, enabled or disabled.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**state** | **string** | Notification state. Enabled or Disabled. | [default to undefined]

## Example

```typescript
import { WebhookNotificationSettings } from './api';

const instance: WebhookNotificationSettings = {
    state,
};
```

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