Delete Retention Policy Response
data class DeleteRetentionPolicyResponse(val allowPermanentDelete: Boolean? = null, val days: Int? = null, val enabled: Boolean? = null)
The service properties for soft delete.
Constructors
Link copied to clipboard
fun DeleteRetentionPolicyResponse(allowPermanentDelete: Boolean? = null, days: Int? = null, enabled: Boolean? = null)