public sealed class InstanceMessage : IMessage<Instance.Types.InstanceMessage>, IEquatable<Instance.Types.InstanceMessage>, IDeepCloneable<Instance.Types.InstanceMessage>, 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-04-01 UTC."],[[["This document outlines the `InstanceMessage` class, a sealed class within the `Google.Cloud.Memcache.V1Beta2` namespace, found in the `Google.Cloud.Memcache.V1Beta2.dll` assembly."],["The `InstanceMessage` class implements several interfaces, including `IMessage\u003cInstance.Types.InstanceMessage\u003e`, `IEquatable\u003cInstance.Types.InstanceMessage\u003e`, `IDeepCloneable\u003cInstance.Types.InstanceMessage\u003e`, `IBufferMessage`, and `IMessage`."],["It inherits basic methods from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class offers two constructors: a default constructor `InstanceMessage()` and a constructor that accepts another `Instance.Types.InstanceMessage` object as a parameter."],["The `InstanceMessage` class contains two key properties: `Code`, which is of type `Instance.Types.InstanceMessage.Types.Code`, and `Message`, which is a string that conveys a user-facing message about the memcached instance."]]],[]]