includeMode property

  1. @BuiltValueField.new(wireName: r'includeMode')
NotificationEventConfigurationIncludeModeEnum get includeMode

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

@BuiltValueField(wireName: r'includeMode')
NotificationEventConfigurationIncludeModeEnum get includeMode;