GoogleCloudDatacatalogV1VertexDatasetSpec constructor

GoogleCloudDatacatalogV1VertexDatasetSpec({
  1. String? dataItemCount,
  2. String? dataType,
})

Implementation

GoogleCloudDatacatalogV1VertexDatasetSpec({
  this.dataItemCount,
  this.dataType,
});