GooglePrivacyDlpV2ImageContainmentType constructor
GooglePrivacyDlpV2ImageContainmentType({
- GooglePrivacyDlpV2Encloses? encloses,
- GooglePrivacyDlpV2FullyInside? fullyInside,
- GooglePrivacyDlpV2Overlap? overlaps,
Implementation
GooglePrivacyDlpV2ImageContainmentType({
this.encloses,
this.fullyInside,
this.overlaps,
});