ListPublisherConnectionsResponse constructor
ListPublisherConnectionsResponse({
- String? nextPageToken,
- List<
PublisherConnection> ? publisherConnections,
Implementation
ListPublisherConnectionsResponse({
this.nextPageToken,
this.publisherConnections,
});