GooglePrivacyDlpV2RecordLocation constructor

GooglePrivacyDlpV2RecordLocation({
  1. GooglePrivacyDlpV2FieldId? fieldId,
  2. GooglePrivacyDlpV2RecordKey? recordKey,
  3. GooglePrivacyDlpV2TableLocation? tableLocation,
})

Implementation

GooglePrivacyDlpV2RecordLocation({
  this.fieldId,
  this.recordKey,
  this.tableLocation,
});