GoogleCloudDatacatalogV1VertexModelSourceInfo constructor

GoogleCloudDatacatalogV1VertexModelSourceInfo({
  1. bool? copy,
  2. String? sourceType,
})

Implementation

GoogleCloudDatacatalogV1VertexModelSourceInfo({
  this.copy,
  this.sourceType,
});