GooglePrivacyDlpV2CreateStoredInfoTypeRequest constructor

GooglePrivacyDlpV2CreateStoredInfoTypeRequest({
  1. GooglePrivacyDlpV2StoredInfoTypeConfig? config,
  2. String? locationId,
  3. String? storedInfoTypeId,
})

Implementation

GooglePrivacyDlpV2CreateStoredInfoTypeRequest({
  this.config,
  this.locationId,
  this.storedInfoTypeId,
});