BucketSoftDeletePolicy constructor

BucketSoftDeletePolicy({
  1. DateTime? effectiveTime,
  2. String? retentionDurationSeconds,
})

Implementation

BucketSoftDeletePolicy({
  this.effectiveTime,
  this.retentionDurationSeconds,
});