GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EventLink (google_api_data_lineage v0.3.3)
View SourceA lineage between source and target entities.
Attributes
-
source
(type:GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityReference.t
, default:nil
) - Required. Reference to the source entity -
target
(type:GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityReference.t
, default:nil
) - Required. Reference to the target entity
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EventLink{ source: GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityReference.t() | nil, target: GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityReference.t() | nil }