GooglePrivacyDlpV2TimespanConfig constructor
GooglePrivacyDlpV2TimespanConfig({
- bool? enableAutoPopulationOfTimespanConfig,
- String? endTime,
- String? startTime,
- GooglePrivacyDlpV2FieldId? timestampField,
Implementation
GooglePrivacyDlpV2TimespanConfig({
this.enableAutoPopulationOfTimespanConfig,
this.endTime,
this.startTime,
this.timestampField,
});