public sealed class SetInstanceLabelsRequest : IMessage<SetInstanceLabelsRequest>, IEquatable<SetInstanceLabelsRequest>, IDeepCloneable<SetInstanceLabelsRequest>, 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 document details the `SetInstanceLabelsRequest` class, which is used to request the setting of labels for a notebook instance."],["The `SetInstanceLabelsRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides two constructors: a default constructor and one that accepts another `SetInstanceLabelsRequest` object for copying."],["The `SetInstanceLabelsRequest` class contains two main properties: `Labels`, which is a map of string keys to string values representing the labels to be applied, and `Name`, which is a string specifying the resource name of the instance."],["The document lists different versions of the `SetInstanceLabelsRequest`, with version 2.0.0-beta05 being the latest."]]],[]]