BucketLifecycleRuleCondition constructor

BucketLifecycleRuleCondition({
  1. int? age,
  2. DateTime? createdBefore,
  3. DateTime? customTimeBefore,
  4. int? daysSinceCustomTime,
  5. int? daysSinceNoncurrentTime,
  6. bool? isLive,
  7. String? matchesPattern,
  8. List<String>? matchesStorageClass,
  9. DateTime? noncurrentTimeBefore,
  10. int? numNewerVersions,
})

Implementation

BucketLifecycleRuleCondition({
  this.age,
  this.createdBefore,
  this.customTimeBefore,
  this.daysSinceCustomTime,
  this.daysSinceNoncurrentTime,
  this.isLive,
  this.matchesPattern,
  this.matchesStorageClass,
  this.noncurrentTimeBefore,
  this.numNewerVersions,
});