GoogleCloudDatacatalogV1GcsFileSpec constructor
GoogleCloudDatacatalogV1GcsFileSpec({
- String? filePath,
- GoogleCloudDatacatalogV1SystemTimestamps? gcsTimestamps,
- String? sizeBytes,
Implementation
GoogleCloudDatacatalogV1GcsFileSpec({
this.filePath,
this.gcsTimestamps,
this.sizeBytes,
});