ContinuousBackupSource constructor

ContinuousBackupSource({
  1. String? cluster,
  2. String? pointInTime,
})

Implementation

ContinuousBackupSource({this.cluster, this.pointInTime});