SoftDeletePolicyResponse

data class SoftDeletePolicyResponse(val lastUpdatedTime: String, val retentionDays: Int? = null, val status: String? = null)

The soft delete policy for a container registry

Constructors

Link copied to clipboard
constructor(lastUpdatedTime: String, retentionDays: Int? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the policy was last updated.

Link copied to clipboard
val retentionDays: Int? = null

The number of days after which a soft-deleted item is permanently deleted.

Link copied to clipboard
val status: String? = null

The value that indicates whether the policy is enabled or not.