NotificationConditionKey
The set of available condition keys
enum NotificationConditionKey {
PROJECT_ID
PROJECT_ENVIRONMENT_ID
PROJECT_V3_ADAPTER_ID
}
Values
NotificationConditionKey.PROJECT_ID
This is the id of the project (called a 'Group' in v1 API) which the notification originated from.
NotificationConditionKey.PROJECT_ENVIRONMENT_ID
This is the id of the project environment (called a 'SubGroup' in v1) which the notification originated from.
NotificationConditionKey.PROJECT_V3_ADAPTER_ID
This is the id of the ProjectV3Adapter ('Project' in v1 API) which the notification originated from.
Member Of
NotificationCondition
object ● NotificationConditionInput
input