ListNotificationSubscriptionsResponse constructor
ListNotificationSubscriptionsResponse({
- String? nextPageToken,
- List<
NotificationSubscription> ? notificationSubscriptions,
Implementation
ListNotificationSubscriptionsResponse({
this.nextPageToken,
this.notificationSubscriptions,
});