Googly.CloudStorage.Model.BucketLifecycleRuleAction (googly_cloud_storage v0.1.0)

Copy Markdown View Source

The action to take.

Attributes

  • storage_class (type: String.t()) - Target storage class. Required iff the type of the action is SetStorageClass.
  • type (type: String.t()) - Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.BucketLifecycleRuleAction{
  storage_class: String.t() | nil,
  type: String.t() | nil
}