public sealed class DeleteGlossaryRequest : IMessage<DeleteGlossaryRequest>, IEquatable<DeleteGlossaryRequest>, IDeepCloneable<DeleteGlossaryRequest>, 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 latest version of the `DeleteGlossaryRequest` is 3.9.0, and this document covers versions ranging from 2.2.0 to 3.9.0."],["The `DeleteGlossaryRequest` class is a request message for deleting a glossary and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default `DeleteGlossaryRequest()` and one that takes another `DeleteGlossaryRequest` object as a parameter for creating a copy."],["The `DeleteGlossaryRequest` class has two properties: `GlossaryName`, a `GlossaryName`-typed view over the resource name, and `Name`, a string property representing the required name of the glossary to delete."]]],[]]