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
@type t() :: %Googly.CloudStorage.Model.ObjectRetention{ mode: String.t() | nil, retain_until_time: DateTime.t() | nil }