Google Privacy Dlp V2Inspection Rule Set Response
data class GooglePrivacyDlpV2InspectionRuleSetResponse(val infoTypes: List<GooglePrivacyDlpV2InfoTypeResponse>, val rules: List<GooglePrivacyDlpV2InspectionRuleResponse>)
Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.
Constructors
Link copied to clipboard
constructor(infoTypes: List<GooglePrivacyDlpV2InfoTypeResponse>, rules: List<GooglePrivacyDlpV2InspectionRuleResponse>)