Googly. CloudStorage. Model. BucketLifecycleRule
(googly_cloud_storage v0.1.0)
Copy Markdown
View Source
Attributes
-
action(type:Googly.CloudStorage.Model.BucketLifecycleRuleAction.t()) - The action to take. -
condition(type:Googly.CloudStorage.Model.BucketLifecycleRuleCondition.t()) - The condition(s) under which the action will be taken.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.BucketLifecycleRule{ action: Googly.CloudStorage.Model.BucketLifecycleRuleAction.t() | nil, condition: Googly.CloudStorage.Model.BucketLifecycleRuleCondition.t() | nil }