rule property

List<BucketLifecycleRule>? rule
getter/setter pair

A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.

Implementation

core.List<BucketLifecycleRule>? rule;