ClusterSnapshotCopyStatus constructor

ClusterSnapshotCopyStatus({
  1. String? destinationRegion,
  2. int? manualSnapshotRetentionPeriod,
  3. int? retentionPeriod,
  4. String? snapshotCopyGrantName,
})

Implementation

ClusterSnapshotCopyStatus({
  this.destinationRegion,
  this.manualSnapshotRetentionPeriod,
  this.retentionPeriod,
  this.snapshotCopyGrantName,
});