public sealed class InstancesSetNameRequest : IMessage<InstancesSetNameRequest>, IEquatable<InstancesSetNameRequest>, IDeepCloneable<InstancesSetNameRequest>, 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-31 UTC."],[[["The latest version available for `InstancesSetNameRequest` is 3.6.0, with version 3.4.0 being the current version in context."],["`InstancesSetNameRequest` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["This class has two constructors: a default constructor, and another which accepts another `InstancesSetNameRequest` object as a parameter."],["It contains properties `CurrentName` and `Name`, which are strings and used to ensure data accuracy when changing names."],["The class allows a user to set the `Name` and `CurrentName`, and check if they have been set with the properties `HasCurrentName` and `HasName`."]]],[]]