| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | A UUID. | [optional] [readonly] |
| notificationEventConditionId | String | A UUID reference to the associated Notification Event Condition. | [optional] |
| notificationProfileId | String | A UUID reference to the associated Notification Profile. | [optional] |
| associatedRecordType | String | [optional] [readonly] | |
| associatedRecordTypeValue | String | [optional] [readonly] | |
| status | StatusEnum | Most preferences apply immediately; however, other may needs to propagate. | [optional] [readonly] |
| notificationChannelId | String | A UUID reference to the associated Notification Channel. | [optional] |
| parameters | List<NotificationSettingParametersInner> | [optional] | |
| createdAt | OffsetDateTime | ISO 8601 formatted date indicating when the resource was created. | [optional] [readonly] |
| updatedAt | OffsetDateTime | ISO 8601 formatted date indicating when the resource was updated. | [optional] [readonly] |
| Name | Value |
|---|---|
| ENABLED | "enabled" |
| ENABLE_RECEIVED | "enable-received" |
| ENABLE_PENDING | "enable-pending" |
| ENABLE_SUBMTITED | "enable-submtited" |
| DELETE_RECEIVED | "delete-received" |
| DELETE_PENDING | "delete-pending" |
| DELETE_SUBMITTED | "delete-submitted" |
| DELETED | "deleted" |