Google Privacy Dlp V2Exclusion Rule Response
    data class GooglePrivacyDlpV2ExclusionRuleResponse(val dictionary: GooglePrivacyDlpV2DictionaryResponse, val excludeByHotword: GooglePrivacyDlpV2ExcludeByHotwordResponse, val excludeInfoTypes: GooglePrivacyDlpV2ExcludeInfoTypesResponse, val matchingType: String, val regex: GooglePrivacyDlpV2RegexResponse)
The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet are removed from results.
Constructors
Link copied to clipboard
                fun GooglePrivacyDlpV2ExclusionRuleResponse(dictionary: GooglePrivacyDlpV2DictionaryResponse, excludeByHotword: GooglePrivacyDlpV2ExcludeByHotwordResponse, excludeInfoTypes: GooglePrivacyDlpV2ExcludeInfoTypesResponse, matchingType: String, regex: GooglePrivacyDlpV2RegexResponse)