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."],[[["This webpage details the `GuestAttributesEntry` class, which is part of the `Google.Cloud.Compute.V1` namespace and found within the Google.Cloud.Compute.V1.dll assembly."],["The `GuestAttributesEntry` class represents a single entry with a namespace, key, and value for guest attributes."],["The page provides access to multiple versions of `GuestAttributesEntry`, ranging from version 1.0.0 up to the latest version, 3.6.0."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Key properties of the `GuestAttributesEntry` class include `Key`, `Namespace`, and `Value`, all of which are strings, along with boolean properties (`HasKey`, `HasNamespace`, and `HasValue`) to check if a field is set."]]],[]]