GoogleCloudDatacatalogV1StorageProperties constructor

GoogleCloudDatacatalogV1StorageProperties({
  1. List<String>? filePattern,
  2. String? fileType,
})

Implementation

GoogleCloudDatacatalogV1StorageProperties({
  this.filePattern,
  this.fileType,
});