GooglePrivacyDlpV2TimespanConfig constructor

GooglePrivacyDlpV2TimespanConfig({
  1. bool? enableAutoPopulationOfTimespanConfig,
  2. String? endTime,
  3. String? startTime,
  4. GooglePrivacyDlpV2FieldId? timestampField,
})

Implementation

GooglePrivacyDlpV2TimespanConfig({
  this.enableAutoPopulationOfTimespanConfig,
  this.endTime,
  this.startTime,
  this.timestampField,
});