public sealed class GuestAttributesEntry : IMessage<GuestAttributesEntry>, IEquatable<GuestAttributesEntry>, IDeepCloneable<GuestAttributesEntry>, 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-03-31 UTC."],[[["The `GuestAttributesEntry` class represents a namespace/key/value entry for guest attributes in Google Cloud Compute V1."],["Version 3.6.0 is the latest version available for the `GuestAttributesEntry` class, with numerous previous versions also documented, from 1.0.0 to 3.5.0."],["The class includes properties to determine whether the key, namespace, and value fields are set, via the use of the `HasKey`, `HasNamespace`, and `HasValue` properties."],["This class inherits members from the `Object` class and implements various interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has three properties you can interact with: `Key` for the attribute key, `Namespace` for its namespace, and `Value` for the attribute's corresponding value, which are all of type string."]]],[]]