DeletionMode

sealed class DeletionMode

The deletion mode for a resource. The valid values are:

  • SoftDelete – The resource enters the PendingDeletion state. This is the default behavior.

  • HardDelete – The resource is immediately deleted, bypassing the PendingDeletion state.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : DeletionMode
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String