public sealed class GuestAttributesValue : IMessage<GuestAttributesValue>, IEquatable<GuestAttributesValue>, IDeepCloneable<GuestAttributesValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GuestAttributesValue.
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 latest version available for `GuestAttributesValue` is 3.6.0, with several other previous versions listed, ranging down to version 1.0.0."],["`GuestAttributesValue` is a class within the Compute Engine v1 API, specifically in the `Google.Cloud.Compute.V1` namespace."],["This class represents an array of guest attribute namespace/key/value tuples, and is found within the Google.Cloud.Compute.V1.dll assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes an `Items` property, that contains a list of GuestAttributesEntry objects, and has two constructors, `GuestAttributesValue()` and `GuestAttributesValue(GuestAttributesValue other)` allowing for instatiation of the class."]]],[]]