ListSubscribersResponse constructor
ListSubscribersResponse({
- String? nextPageToken,
- List<
Subscriber> ? subscribers, - int? totalSize,
Implementation
ListSubscribersResponse({
this.nextPageToken,
this.subscribers,
this.totalSize,
});