NotificationSubscriptionCondition
NotificationSubscriptionCondition
A condition to be used against NotificationSubscription
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. | |
notificationRuleId | UUID | Checks for equality with the object’s `notificationRuleId` field. | |
userId | UUID | Checks for equality with the object’s `userId` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
channel | String | Checks for equality with the object’s `channel` field. | |
active | Boolean | Checks for equality with the object’s `active` field. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` field. |