NotificationRuleCondition
NotificationRuleCondition
A condition to be used against NotificationRule
object types. All fields are
tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
screenId | UUID | Checks for equality with the object’s `screenId` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
event | String | Checks for equality with the object’s `event` field. | |
active | Boolean | Checks for equality with the object’s `active` field. | |
waitTime | Int | Checks for equality with the object’s `waitTime` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` field. |