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