ListNotificationConfigsResponse constructor
ListNotificationConfigsResponse({
- String? nextPageToken,
- List<
NotificationConfig> ? notificationConfigs,
Implementation
ListNotificationConfigsResponse({
this.nextPageToken,
this.notificationConfigs,
});