currentSyncInfo property
Output only. Details of the current running replication cycle.
Implementation
@$pb.TagNumber(13)
ReplicationCycle get currentSyncInfo => $_getN(7);
Implementation
@$pb.TagNumber(13)
set currentSyncInfo(ReplicationCycle v) {
setField(13, v);
}