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-31 UTC."],[[["This webpage details the `GuestAttributesValue` class, which is part of the Google Cloud Compute V1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["The `GuestAttributesValue` class represents an array of guest attribute namespace/key/value tuples."],["The latest version available is 3.6.0, but multiple versions from 1.0.0 to 3.6.0 are available, each with its own documentation link."],["It implements several interfaces including `IMessage`, `IEquatable\u003cGuestAttributesValue\u003e`, `IDeepCloneable\u003cGuestAttributesValue\u003e`, and `IBufferMessage`."],["The class includes a public `Items` property of type `RepeatedField\u003cGuestAttributesEntry\u003e` which holds the guest attributes data."]]],[]]