ListNotificationRulesResult constructor
ListNotificationRulesResult({
- String? nextToken,
- List<
NotificationRuleSummary> ? notificationRules,
Implementation
ListNotificationRulesResult({
this.nextToken,
this.notificationRules,
});