ListReplicationsResponse constructor
      
      ListReplicationsResponse({ 
    
    
- String? nextPageToken,
 - List<
Replication> ? replications, - List<
String> ? unreachable, 
Implementation
ListReplicationsResponse({
  this.nextPageToken,
  this.replications,
  this.unreachable,
});