View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ProcessLinkInfo (google_api_data_lineage v0.3.1)
Link details.
Attributes
-
endTime(type:DateTime.t, default:nil) - The end of the last event establishing this link-process tuple. -
link(type:String.t, default:nil) - The name of the link in the format ofprojects/{project}/locations/{location}/links/{link}. -
startTime(type:DateTime.t, default:nil) - The start of the first event establishing this link-process tuple.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ProcessLinkInfo{ endTime: DateTime.t() | nil, link: String.t() | nil, startTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.