GooglePrivacyDlpV2ImageContainmentType constructor

GooglePrivacyDlpV2ImageContainmentType({
  1. GooglePrivacyDlpV2Encloses? encloses,
  2. GooglePrivacyDlpV2FullyInside? fullyInside,
  3. GooglePrivacyDlpV2Overlap? overlaps,
})

Implementation

GooglePrivacyDlpV2ImageContainmentType({
  this.encloses,
  this.fullyInside,
  this.overlaps,
});