public sealed class GuestAttributesEntry : IMessage<GuestAttributesEntry>, IEquatable<GuestAttributesEntry>, IDeepCloneable<GuestAttributesEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GuestAttributesEntry.
[[["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 `GuestAttributesEntry` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The latest version of the `GuestAttributesEntry` is 3.6.0, and the page lists historical versions going back to version 1.0.0 for the class."],["The `GuestAttributesEntry` class is a namespace/key/value entry used in Google Cloud Compute, which inherits and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `GuestAttributesEntry` has properties like `HasKey`, `HasNamespace`, `HasValue`, `Key`, `Namespace`, and `Value`, allowing to interact with the Guest Attribute's keys, namespace, and values."],["The `GuestAttributesEntry` class has 2 constructors, one is a default constructor, and the second is to make a copy of an existing `GuestAttributesEntry`."]]],[]]