GoogleCloudDatacatalogV1DataplexSpec constructor

GoogleCloudDatacatalogV1DataplexSpec({
  1. String? asset,
  2. String? compressionFormat,
  3. GoogleCloudDatacatalogV1PhysicalSchema? dataFormat,
  4. String? projectId,
})

Implementation

GoogleCloudDatacatalogV1DataplexSpec({
  this.asset,
  this.compressionFormat,
  this.dataFormat,
  this.projectId,
});