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-04-09 UTC."],[[["The `GuestAttributesEntry` class represents a namespace/key/value entry for guest attributes in Google Cloud Compute."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["There are two constructors available, one default and another that clones a `GuestAttributesEntry` object, as well as has three boolean properties that allow the user to know if the fields \"key\", \"namespace\" and \"value\" are set."],["The class defines three string properties: `Key`, `Namespace`, and `Value`, which represent the key, namespace, and value of a guest attribute entry, respectively."],["The latest documented version for the `GuestAttributesEntry` class is 3.6.0, and it can be found in the `Google.Cloud.Compute.V1` namespace."]]],[]]