RedactionResult

data class RedactionResult(val redactedJson: String, val redactedPaths: List<String>)

Result of a PII redaction operation.

Since

0.5.0

Constructors

Link copied to clipboard
constructor(redactedJson: String, redactedPaths: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard