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 the `GuestAttributesValue` class is 3.6.0, and there are multiple other versions available ranging from 1.0.0 to 3.5.0."],["The `GuestAttributesValue` class is part of the Google Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace, found within the `Google.Cloud.Compute.V1.dll` assembly."],["This class represents an array of guest attribute namespace/key/value tuples, used within the Compute Engine API."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor (`GuestAttributesValue()`) and a copy constructor (`GuestAttributesValue(GuestAttributesValue other)`), along with a property named `Items` that contains a `RepeatedField` of `GuestAttributesEntry` objects."]]],[]]