INCLUDE constant
- @BuiltValueEnumConst.new(wireName: r'INCLUDE')
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'INCLUDE')
static const NotificationEventConfigurationIncludeModeEnum INCLUDE = _$notificationEventConfigurationIncludeModeEnum_INCLUDE;