GooglePrivacyDlpV2RecordLocation constructor
GooglePrivacyDlpV2RecordLocation({
- GooglePrivacyDlpV2FieldId? fieldId,
- GooglePrivacyDlpV2RecordKey? recordKey,
- GooglePrivacyDlpV2TableLocation? tableLocation,
Implementation
GooglePrivacyDlpV2RecordLocation({
this.fieldId,
this.recordKey,
this.tableLocation,
});