google_api_storage v0.19.0 GoogleApi.Storage.V1.Model.BucketLifecycle 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Storage.V1.Model.BucketLifecycle{
  rule: [GoogleApi.Storage.V1.Model.BucketLifecycleRule.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.