ListNotificationRulesResult constructor

ListNotificationRulesResult({
  1. String? nextToken,
  2. List<NotificationRuleSummary>? notificationRules,
})

Implementation

ListNotificationRulesResult({
  this.nextToken,
  this.notificationRules,
});