public RepeatedField<ProcessLinkInfo> Links { get; }
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ProcessLinks` class in the Data Lineage v1 API represents links associated with a specific process, providing a way to track data lineage."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, comparison, and cloning."],["The `ProcessLinks` class has properties for retrieving details about the links, found in the `Links` array, and specifying the associated process via the `Process` property, which can be referenced either by a string name or via the `ProcessAsProcessName` typed view."],["There are two constructors for the class, one that is parameterless and one that uses an existing `ProcessLinks` object."],["The current documentation covers version 1.3.0 of the `ProcessLinks` class, which is not the latest version, with the most up-to-date being 1.4.0, and four other older versions available."]]],[]]