DeleteRetentionPolicyResponse

data class DeleteRetentionPolicyResponse(val days: Int? = null, val enabled: Boolean? = null)

The service properties for soft delete.

Constructors

Link copied to clipboard
constructor(days: Int? = null, enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int? = null

Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether DeleteRetentionPolicy is enabled.