public sealed class GuestAttributesEntry : IMessage<GuestAttributesEntry>, IEquatable<GuestAttributesEntry>, IDeepCloneable<GuestAttributesEntry>, IBufferMessage, IMessage
[[["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 `GuestAttributesEntry` class provides a structure for managing guest attribute entries, including namespace, key, and value."],["Version 3.6.0 is the latest release, with multiple previous versions ranging from 1.0.0 to 3.5.0."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["`GuestAttributesEntry` has properties like `HasKey`, `HasNamespace`, `HasValue` to check whether the specific field is set or not, and properties `Key`, `Namespace`, and `Value` which allows to get or set the data for each specific entry."],["The class offers two constructors: a default one and another one that takes a `GuestAttributesEntry` object for easy cloning."]]],[]]