View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EventLink (google_api_data_lineage v0.3.2)

A 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

t()

@type t() :: %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EventLink{
  source:
    GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityReference.t()
    | nil,
  target:
    GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityReference.t()
    | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.