BucketLifecycleRule constructor

BucketLifecycleRule({
  1. BucketLifecycleRuleAction? action,
  2. BucketLifecycleRuleCondition? condition,
})

Implementation

BucketLifecycleRule({
  this.action,
  this.condition,
});