View Source GoogleApi.Storage.V1.Model.BucketLifecycle (google_api_storage v0.45.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Storage.V1.Model.BucketLifecycle{
  rule: [GoogleApi.Storage.V1.Model.BucketLifecycleRule.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.