GooglePrivacyDlpV2CharsToIgnoreResponse

data class GooglePrivacyDlpV2CharsToIgnoreResponse(val charactersToSkip: String, val commonCharactersToIgnore: String)

Characters to skip when doing deidentification of a value. These will be left alone and skipped.

Constructors

Link copied to clipboard
fun GooglePrivacyDlpV2CharsToIgnoreResponse(charactersToSkip: String, commonCharactersToIgnore: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Characters to not transform when masking.

Link copied to clipboard

Common characters to not transform when masking. Useful to avoid removing punctuation.