GoogleCloudDatacatalogLineageV1Link constructor
GoogleCloudDatacatalogLineageV1Link({
- String? endTime,
- String? name,
- GoogleCloudDatacatalogLineageV1EntityReference? source,
- String? startTime,
- GoogleCloudDatacatalogLineageV1EntityReference? target,
Implementation
GoogleCloudDatacatalogLineageV1Link({
this.endTime,
this.name,
this.source,
this.startTime,
this.target,
});