Google Privacy Dlp V2Chars To Ignore Response
    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)