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 page documents the `GuestAttributesValue` class across multiple versions, from 1.0.0 to the latest 3.6.0."],["The latest version of the class is 3.6.0, accessible through the link provided, with older versions listed."],["`GuestAttributesValue` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has a property, `Items`, of type `RepeatedField\u003cGuestAttributesEntry\u003e` that allows you to view the guest attribute entries."]]],[]]