GooglePrivacyDlpV2InspectResult constructor

GooglePrivacyDlpV2InspectResult({
  1. List<GooglePrivacyDlpV2Finding>? findings,
  2. bool? findingsTruncated,
})

Implementation

GooglePrivacyDlpV2InspectResult({this.findings, this.findingsTruncated});