GoogleCloudDatacatalogLineageV1Link constructor

GoogleCloudDatacatalogLineageV1Link({
  1. String? endTime,
  2. String? name,
  3. GoogleCloudDatacatalogLineageV1EntityReference? source,
  4. String? startTime,
  5. GoogleCloudDatacatalogLineageV1EntityReference? target,
})

Implementation

GoogleCloudDatacatalogLineageV1Link({
  this.endTime,
  this.name,
  this.source,
  this.startTime,
  this.target,
});