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` in the Compute Engine v1 API is 3.6.0, with a comprehensive list of previous versions ranging from 3.5.0 down to 1.0.0 provided."],["`GuestAttributesValue` is a class within the `Google.Cloud.Compute.V1` namespace, designed for managing guest attribute data, with a structure containing an array of namespace/key/value tuples."],["The class `GuestAttributesValue` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization."],["`GuestAttributesValue` includes a constructor that accepts another `GuestAttributesValue` instance, allowing for the easy creation of a new object with the same properties as the provided object."],["The class features an `Items` property of the type `RepeatedField\u003cGuestAttributesEntry\u003e`, used to hold a collection of `GuestAttributesEntry` objects, where guest attribute data is stored."]]],[]]