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

Copy Markdown View Source

A collection of object level retention parameters.

Attributes

  • mode (type: String.t()) - The bucket's object retention mode, can only be Unlocked or Locked.
  • retain_until_time (type: DateTime.t()) - A time in RFC 3339 format until which object retention protects this object.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.ObjectRetention{
  mode: String.t() | nil,
  retain_until_time: DateTime.t() | nil
}