ListNotificationConfigsResponse constructor

ListNotificationConfigsResponse({
  1. String? nextPageToken,
  2. List<NotificationConfig>? notificationConfigs,
})

Implementation

ListNotificationConfigsResponse({
  this.nextPageToken,
  this.notificationConfigs,
});