public sealed class GuestAttributesValue : IMessage<GuestAttributesValue>, IEquatable<GuestAttributesValue>, IDeepCloneable<GuestAttributesValue>, IBufferMessage, IMessage
Array of guest attribute namespace/key/value tuples.
[[["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 `GuestAttributesValue` class represents an array of guest attribute namespace/key/value tuples, used in Google Cloud Compute."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGuestAttributesValue\u003e`, `IDeepCloneable\u003cGuestAttributesValue\u003e`, and `IBufferMessage`."],["It is part of the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."],["The latest version of `GuestAttributesValue` is 3.6.0, with various previous versions available ranging from 1.0.0 to 3.5.0."],["The class contains a public `Items` property that is a `RepeatedField` of `GuestAttributesEntry` objects, representing the list of guest attributes."]]],[]]