GooglePrivacyDlpV2UpdateContentPolicyRequest constructor

GooglePrivacyDlpV2UpdateContentPolicyRequest({
  1. GooglePrivacyDlpV2ContentPolicy? contentPolicy,
  2. String? updateMask,
})

Implementation

GooglePrivacyDlpV2UpdateContentPolicyRequest({
  this.contentPolicy,
  this.updateMask,
});