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>? matchesPrefix,
  9. List<String>? matchesStorageClass,
  10. List<String>? matchesSuffix,
  11. DateTime? noncurrentTimeBefore,
  12. int? numNewerVersions,
})

Implementation

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