ListNotificationChannelsResponse constructor
ListNotificationChannelsResponse({
- String? nextPageToken,
- List<
NotificationChannel> ? notificationChannels, - int? totalSize,
Implementation
ListNotificationChannelsResponse({
this.nextPageToken,
this.notificationChannels,
this.totalSize,
});