GooglePrivacyDlpV2Location constructor

GooglePrivacyDlpV2Location({
  1. GooglePrivacyDlpV2Range? byteRange,
  2. GooglePrivacyDlpV2Range? codepointRange,
  3. GooglePrivacyDlpV2Container? container,
  4. List<GooglePrivacyDlpV2ContentLocation>? contentLocations,
})

Implementation

GooglePrivacyDlpV2Location({
  this.byteRange,
  this.codepointRange,
  this.container,
  this.contentLocations,
});