kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.pii
/
RedactionResult
Redaction
Result
data
class
RedactionResult
(
val
redactedJson
:
String
,
val
redactedPaths
:
List
<
String
>
)
Result of a PII redaction operation.
Since
0.5.0
Members
Constructors
Redaction
Result
Link copied to clipboard
constructor
(
redactedJson
:
String
,
redactedPaths
:
List
<
String
>
)
Properties
redacted
Json
Link copied to clipboard
val
redactedJson
:
String
redacted
Paths
Link copied to clipboard
val
redactedPaths
:
List
<
String
>