[[["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-04-28 UTC."],[[["The `OriginalNameAttribute` class specifies the original name of a named element, like an enum value, as it appears in the .proto file."],["This attribute is applied to fields using `[AttributeUsage(AttributeTargets.Field)]`."],["The latest version of this class is 3.27.1, with previous versions including 3.23.0 and 3.15.8."],["The `OriginalNameAttribute` class inherits from `Attribute`, which in turn inherits from `object`."],["It has two main properties, `Name` to access the name in the proto file, and `PreferredAlias` to determine if the name is preferred."]]],[]]