New webhook settings for an app.
| Name | Type | Description | Notes |
|---|---|---|---|
| EventType | string | Type of event to listen for. Can be one of `create`, `delete`, `deletedForPrivacy`, or `propertyChange`. | |
| PropertyName | string | The internal name of the property to monitor for changes. Only applies when `eventType` is `propertyChange`. | [optional] |
| Active | bool | Determines if the subscription is active or paused. Defaults to false. | [optional] |