ListPublisherConnectionsResponse constructor

ListPublisherConnectionsResponse({
  1. String? nextPageToken,
  2. List<PublisherConnection>? publisherConnections,
})

Implementation

ListPublisherConnectionsResponse({
  this.nextPageToken,
  this.publisherConnections,
});