CloneContext constructor

CloneContext({
  1. String? allocatedIpRange,
  2. BinLogCoordinates? binLogCoordinates,
  3. List<String>? databaseNames,
  4. String? destinationInstanceName,
  5. String? kind,
  6. String? pitrTimestampMs,
  7. String? pointInTime,
  8. String? preferredZone,
})

Implementation

CloneContext({
  this.allocatedIpRange,
  this.binLogCoordinates,
  this.databaseNames,
  this.destinationInstanceName,
  this.kind,
  this.pitrTimestampMs,
  this.pointInTime,
  this.preferredZone,
});