GoogleCloudDatacatalogLineageV1DependencyInfo.fromJson constructor
GoogleCloudDatacatalogLineageV1DependencyInfo.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogLineageV1DependencyInfo.fromJson(core.Map json_)
: this(dependencyType: json_['dependencyType'] as core.String?);