GoogleCloudDataplexV1AssetDiscoveryStatusStats constructor

GoogleCloudDataplexV1AssetDiscoveryStatusStats({
  1. String? dataItems,
  2. String? dataSize,
  3. String? filesets,
  4. String? tables,
})

Implementation

GoogleCloudDataplexV1AssetDiscoveryStatusStats({
  this.dataItems,
  this.dataSize,
  this.filesets,
  this.tables,
});