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

Copy Markdown View Source

The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted.

Attributes

  • effective_time (type: DateTime.t()) - Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
  • retention_duration_seconds (type: String.t()) - The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.BucketSoftDeletePolicy{
  effective_time: DateTime.t() | nil,
  retention_duration_seconds: String.t() | nil
}