google_api_storage v0.14.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 Sourcet() :: %GoogleApi.Storage.V1.Model.BucketLifecycle{ rule: [GoogleApi.Storage.V1.Model.BucketLifecycleRule.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.