GooglePrivacyDlpV2HybridFindingDetails constructor
GooglePrivacyDlpV2HybridFindingDetails({
- GooglePrivacyDlpV2Container? containerDetails,
- String? fileOffset,
- Map<
String, String> ? labels, - String? rowOffset,
- GooglePrivacyDlpV2TableOptions? tableOptions,
Implementation
GooglePrivacyDlpV2HybridFindingDetails({
this.containerDetails,
this.fileOffset,
this.labels,
this.rowOffset,
this.tableOptions,
});