GoogleCloudDataplexV1ScannedDataIncrementalField constructor

GoogleCloudDataplexV1ScannedDataIncrementalField({
  1. String? end,
  2. String? field,
  3. String? start,
})

Implementation

GoogleCloudDataplexV1ScannedDataIncrementalField({
  this.end,
  this.field,
  this.start,
});