Soft Delete Settings Args
data class SoftDeleteSettingsArgs(val retentionDurationInDays: Output<Double>? = null, val state: Output<Either<String, SoftDeleteState>>? = null) : ConvertibleToJava<SoftDeleteSettingsArgs>
Soft delete related settings
Constructors
Link copied to clipboard
constructor(retentionDurationInDays: Output<Double>? = null, state: Output<Either<String, SoftDeleteState>>? = null)