GoogleCloudDatacatalogLineageV1Origin.fromJson constructor

GoogleCloudDatacatalogLineageV1Origin.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDatacatalogLineageV1Origin.fromJson(core.Map json_)
  : this(
      name: json_['name'] as core.String?,
      sourceType: json_['sourceType'] as core.String?,
    );