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."],[[["This webpage provides documentation for the `GuestAttributesValue` class within the `Google.Cloud.Compute.V1` namespace, detailing its functionality and usage."],["The `GuestAttributesValue` class represents an array of guest attribute namespace/key/value tuples and it inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GuestAttributesValue` class has two constructors, one default and one that accepts another `GuestAttributesValue` object for initialization."],["The class includes a property named `Items`, which is a `RepeatedField` containing `GuestAttributesEntry` objects."],["The documentation page provides version specific links for `GuestAttributesValue`, ranging from version `1.0.0` to the latest version `3.6.0`."]]],[]]