DescribeSubscribersForNotificationResponse constructor
DescribeSubscribersForNotificationResponse({
- String? nextToken,
- List<
Subscriber> ? subscribers,
Implementation
DescribeSubscribersForNotificationResponse({
this.nextToken,
this.subscribers,
});