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-21 UTC."],[[["The `GuestAttributesEntry` class represents a namespace/key/value entry for guest attributes in Google Cloud Compute."],["This class supports multiple versions of the Google Cloud Compute API, with the latest version being 3.6.0, and as far back as version 1.0.0."],["It inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties to check if the \"key\", \"namespace\", and \"value\" fields are set, alongside allowing direct access to these fields via the `Key`, `Namespace`, and `Value` properties."],["There are two constructors provided for the `GuestAttributesEntry` class, the default and one that accepts another `GuestAttributesEntry` object as a parameter."]]],[]]