Googly.CloudStorage.Model.BucketLifecycle (googly_cloud_storage v0.1.0)

Copy Markdown View Source

The bucket's lifecycle configuration. See Lifecycle Management for more information.

Attributes

  • rule (type: list(Googly.CloudStorage.Model.BucketLifecycleRule.t())) - A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.BucketLifecycle{
  rule: [Googly.CloudStorage.Model.BucketLifecycleRule.t()] | nil
}