NotificationRule$json top-level constant
Implementation
@$core.Deprecated('Use notificationRuleDescriptor instead')
const NotificationRule$json = {
'1': 'NotificationRule',
'2': [
{
'1': 'Id',
'3': 1,
'4': 1,
'5': 11,
'6': '.NotificationRuleId',
'10': 'Id'
},
{
'1': 'ChannelId',
'3': 2,
'4': 1,
'5': 11,
'6': '.NotificationChannelId',
'10': 'ChannelId'
},
{
'1': 'MatchCategory',
'3': 3,
'4': 1,
'5': 14,
'6': '.Notification.NotificationCategory',
'10': 'MatchCategory'
},
{'1': 'AllwaysNotify', '3': 4, '4': 1, '5': 8, '10': 'AllwaysNotify'},
{'1': 'EveryNTimes', '3': 5, '4': 1, '5': 5, '10': 'EveryNTimes'},
{'1': 'EveryNDays', '3': 6, '4': 1, '5': 5, '10': 'EveryNDays'},
],
};