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."],[[["This webpage provides reference documentation for the `GuestAttributesValue` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The latest version of `GuestAttributesValue` is 3.6.0, and the page lists all available versions, including previous ones, ranging from 1.0.0 to 3.6.0."],["`GuestAttributesValue` is a class that implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GuestAttributesValue` class, in the `Google.Cloud.Compute.V1` namespace, represents an array of guest attribute namespace/key/value tuples, which is accessed through its `Items` property."],["The page details that the `GuestAttributesValue` class has two constructors that can be used to instantiate it, one being the standard and one allowing it to be based on another `GuestAttributesValue` instance."]]],[]]