GoogleCloudContentwarehouseV1DeleteDocumentActionArgs

data class GoogleCloudContentwarehouseV1DeleteDocumentActionArgs(val enableHardDelete: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1DeleteDocumentActionArgs>

Represents the action responsible for deleting the document.

Constructors

constructor(enableHardDelete: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enableHardDelete: Output<Boolean>? = null

Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudContentwarehouseV1DeleteDocumentActionArgs