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

Copy Markdown View Source

The bucket's object retention config.

Attributes

  • mode (type: String.t()) - The bucket's object retention mode. Can be Enabled.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.BucketObjectRetention{mode: String.t() | nil}