externalNotification property
The part of the config that is specific to the ExternalNotification module
Implementation
@$pb.TagNumber(3)
$1.ModuleConfig_ExternalNotificationConfig get externalNotification =>
$_getN(2);
Implementation
@$pb.TagNumber(3)
set externalNotification($1.ModuleConfig_ExternalNotificationConfig value) =>
$_setField(3, value);