GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse constructor

GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse({
  1. List<String>? lineageEvents,
  2. String? process,
  3. String? run,
})

Implementation

GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse({
  this.lineageEvents,
  this.process,
  this.run,
});