TableReplicationInfo constructor

TableReplicationInfo({
  1. String? replicatedSourceLastRefreshTime,
  2. ErrorProto? replicationError,
  3. String? replicationIntervalMs,
  4. String? replicationStatus,
  5. TableReference? sourceTable,
})

Implementation

TableReplicationInfo({
  this.replicatedSourceLastRefreshTime,
  this.replicationError,
  this.replicationIntervalMs,
  this.replicationStatus,
  this.sourceTable,
});