public sealed class Help.Types.Link : IMessage<Help.Types.Link>, IEquatable<Help.Types.Link>, IDeepCloneable<Help.Types.Link>, IBufferMessage, IMessage
[[["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-07-02 UTC."],[[["The `Help.Types.Link` class is a sealed class that describes a URL link and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has constructors for creating a new `Link` object or a copy of an existing one, along with properties for setting the link's description and URL."],["`Help.Types.Link` contains several methods, including `CalculateSize()`, `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, and `WriteTo()`, which are essential for managing and manipulating link data."],["The `DescriptionFieldNumber` and `UrlFieldNumber` are constants that represent the field numbers for the \"description\" and \"url\" fields, respectively, within the `Help.Types.Link` class."],["The latest version available is 2.15.0, but versions 2.10.0 and 2.2.0 are also present."]]],[]]