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