| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | A UUID. | [optional] [readonly] |
| name | String | [optional] | |
| description | String | [optional] | |
| notificationEventId | String | [optional] | |
| associatedRecordType | AssociatedRecordTypeEnum | [optional] | |
| parameters | List<NotificationEventConditionParametersInner> | [optional] | |
| enabled | Boolean | [optional] | |
| allowMultipleChannels | Boolean | Dictates whether a notification channel id needs to be provided when creating a notficiation setting. | [optional] |
| asynchronous | Boolean | Dictates whether a notification setting will take effect immediately. | [optional] |
| supportedChannels | List<String> | Dictates the supported notification channel types that can be emitted. | [optional] |
| createdAt | OffsetDateTime | ISO 8601 formatted date indicating when the resource was created. | [optional] |
| updatedAt | OffsetDateTime | ISO 8601 formatted date indicating when the resource was updated. | [optional] |
| Name | Value |
|---|---|
| ACCOUNT | "account" |
| PHONE_NUMBER | "phone_number" |