GoogleCloudDatacatalogLineageV1LineageLink constructor
GoogleCloudDatacatalogLineageV1LineageLink({
- List<
GoogleCloudDatacatalogLineageV1LineageLinkDependencyInfo> ? dependencyInfo, - int? depth,
- String? location,
- List<
GoogleCloudDatacatalogLineageV1LineageLinkLineageProcess> ? processes, - GoogleCloudDatacatalogLineageV1EntityReference? source,
- GoogleCloudDatacatalogLineageV1EntityReference? target,
Implementation
GoogleCloudDatacatalogLineageV1LineageLink({
this.dependencyInfo,
this.depth,
this.location,
this.processes,
this.source,
this.target,
});