AddNotificationChannelsResponse constructor

AddNotificationChannelsResponse({
  1. NotificationConfiguration? notificationConfiguration,
})

Implementation

AddNotificationChannelsResponse({
  this.notificationConfiguration,
});