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-08-07 UTC."],[[["This documentation details the `Help.Types.Link` class, which is used to describe a URL link and is part of the `Google.Rpc` namespace within the `Google.Api.CommonProtos.dll` assembly."],["The `Help.Types.Link` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, deep cloning, and buffer operations."],["The class includes constructors, specifically a default constructor `Link()` and a copy constructor `Link(Help.Types.Link other)`, allowing for the creation of new instances and the duplication of existing ones."],["It features two key properties, `Description` and `Url`, which are used to define what the link offers and the actual URL address, respectively, and two fields, `DescriptionFieldNumber` and `UrlFieldNumber`, that indicate the field number for the \"description\" and \"url\" fields."],["The `Help.Types.Link` class has different methods to perform operations such as `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString` and `WriteTo`, which allow to calculate the message size, create a copy, compare, get the object hash, merge from different sources and convert to a string or write into a stream, respectively."]]],[]]