GooglePrivacyDlpV2InspectResult constructor
GooglePrivacyDlpV2InspectResult({
- List<
GooglePrivacyDlpV2Finding> ? findings, - bool? findingsTruncated,
Implementation
GooglePrivacyDlpV2InspectResult({
this.findings,
this.findingsTruncated,
});