GoogleCloudDatacatalogV1GcsFileSpec constructor

GoogleCloudDatacatalogV1GcsFileSpec({
  1. String? filePath,
  2. GoogleCloudDatacatalogV1SystemTimestamps? gcsTimestamps,
  3. String? sizeBytes,
})

Implementation

GoogleCloudDatacatalogV1GcsFileSpec({
  this.filePath,
  this.gcsTimestamps,
  this.sizeBytes,
});