[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `StringValueAttribute` class defines an attribute that holds a string representation of a member, which targets a field and does not allow for multiple instances."],["It inherits from the `Attribute` class and provides methods like `Equals`, `GetCustomAttribute`, `GetCustomAttributes`, and `IsDefined`, among others inherited from the `Attribute` and `object` class."],["The `StringValueAttribute` constructor takes a string parameter, `text`, which is used to set the `Text` property."],["The `Text` property is of type string, and provides the string belonging to the member."],["This class is contained within the `Google.Apis.Util` namespace, within the `Google.Apis.Core.dll` assembly."]]],[]]