GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse.fromJson constructor

GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse.fromJson(
    core.Map json_)
    : this(
        lineageEvents: (json_['lineageEvents'] as core.List?)
            ?.map((value) => value as core.String)
            .toList(),
        process: json_['process'] as core.String?,
        run: json_['run'] as core.String?,
      );