ListReplicationCyclesResponse constructor
ListReplicationCyclesResponse({
- String? nextPageToken,
- List<
ReplicationCycle> ? replicationCycles, - List<
String> ? unreachable,
Implementation
ListReplicationCyclesResponse({
this.nextPageToken,
this.replicationCycles,
this.unreachable,
});