EXCLUDE constant

  1. @BuiltValueEnumConst.new(wireName: r'EXCLUDE')
NotificationEventConfigurationIncludeModeEnum const EXCLUDE

Indicates whether the specified eventType is sent to your webhook endpoint. Possible values: * INCLUDE: Send the specified eventType. * EXCLUDE: Send all event types except the specified eventType and other event types with the includeMode set to EXCLUDE.

Implementation

@BuiltValueEnumConst(wireName: r'EXCLUDE')
static const NotificationEventConfigurationIncludeModeEnum EXCLUDE = _$notificationEventConfigurationIncludeModeEnum_EXCLUDE;