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-03-21 UTC."],[[["This webpage details the `InstanceMessage` class within the `Google.Cloud.Memcache.V1` namespace, specifically version 2.2.0 of the Google Cloud Memcache library for .NET."],["The `InstanceMessage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like deep cloning and efficient message handling."],["This class offers two constructors, a default constructor and another that accepts an `Instance.Types.InstanceMessage` parameter for copying."],["The `InstanceMessage` class contains two key properties: `Code`, which represents a user-facing message type, and `Message`, a string property holding the memcached instance message shown to users."],["There are several versions of this documentation available, ranging from version 1.0.0 up to 2.5.0 (the latest), which the user can view by following the links provided at the top of the page."]]],[]]