GoogleApi.Storage.V1.Model.BucketLifecycle (google_api_storage v0.46.1)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.