Complete details for an event subscription.
| 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 being monitored for changes. Only applies when `eventType` is `propertyChange`. | [optional] |
| Active | bool | Determines if the subscription is active or paused. | |
| Id | string | The unique ID of the subscription. | |
| CreatedAt | DateTimeOffset | When this subscription was created. Formatted as milliseconds from the Unix epoch. | |
| UpdatedAt | DateTimeOffset | When this subscription was last updated. Formatted as milliseconds from the Unix epoch. | [optional] |