GoogleCloudDatacatalogLineageV1EventLink constructor

GoogleCloudDatacatalogLineageV1EventLink({
  1. GoogleCloudDatacatalogLineageV1EntityReference? source,
  2. GoogleCloudDatacatalogLineageV1EntityReference? target,
})

Implementation

GoogleCloudDatacatalogLineageV1EventLink({
  this.source,
  this.target,
});