SoftDeleteSettingsResponse

data class SoftDeleteSettingsResponse(val retentionDurationInDays: Double? = null, val state: String? = null)

Soft delete related settings

Constructors

Link copied to clipboard
constructor(retentionDurationInDays: Double? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Soft delete retention duration

Link copied to clipboard
val state: String? = null

State of soft delete