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 provides properties to check if the `key`, `namespace`, and `value` fields are set, through `HasKey`, `HasNamespace`, and `HasValue` respectively."],["It offers constructors for creating new instances, including one that accepts another `GuestAttributesEntry` object for copying."],["The `GuestAttributesEntry` class is available across multiple versions, with version 3.6.0 being the latest, and is part of the `Google.Cloud.Compute.V1` namespace in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]