unknownDefaultOpenApi constant
- @BuiltValueEnumConst.new(wireName: r'unknown_default_open_api', fallback: true)
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'unknown_default_open_api', fallback: true)
static const NotificationEventConfigurationIncludeModeEnum unknownDefaultOpenApi = _$notificationEventConfigurationIncludeModeEnum_unknownDefaultOpenApi;