GoogleCloudDatacatalogLineageV1Link constructor

GoogleCloudDatacatalogLineageV1Link({
  1. List<GoogleCloudDatacatalogLineageV1LineageLinkDependencyInfo>? dependencyInfo,
  2. String? endTime,
  3. String? name,
  4. GoogleCloudDatacatalogLineageV1EntityReference? source,
  5. String? startTime,
  6. GoogleCloudDatacatalogLineageV1EntityReference? target,
})

Implementation

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