GooglePrivacyDlpV2CreateContentPolicyRequest constructor

GooglePrivacyDlpV2CreateContentPolicyRequest({
  1. GooglePrivacyDlpV2ContentPolicy? contentPolicy,
  2. String? contentPolicyId,
})

Implementation

GooglePrivacyDlpV2CreateContentPolicyRequest({
  this.contentPolicy,
  this.contentPolicyId,
});