google_api_storage v0.5.0 GoogleApi.Storage.V1.Model.BucketLifecycle View Source

The bucket's lifecycle configuration. See lifecycle management for more information.

Attributes

  • rule ([BucketLifecycleRule]): A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken. Defaults to: null.

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.