GooglePrivacyDlpV2Location constructor
GooglePrivacyDlpV2Location({
- GooglePrivacyDlpV2Range? byteRange,
- GooglePrivacyDlpV2Range? codepointRange,
- GooglePrivacyDlpV2Container? container,
- List<
GooglePrivacyDlpV2ContentLocation> ? contentLocations,
Implementation
GooglePrivacyDlpV2Location({
this.byteRange,
this.codepointRange,
this.container,
this.contentLocations,
});