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."],[[["This webpage details the `DeleteGlossaryRequest` class within the `Google.Cloud.Translate.V3` namespace, used for sending requests to delete a glossary."],["The `DeleteGlossaryRequest` class has been implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions available, ranging from 2.2.0 to the latest 3.9.0, for the `DeleteGlossaryRequest` class, alongside the highlighted version, 2.4.0."],["The class includes two constructors: a default parameterless constructor and another that takes a `DeleteGlossaryRequest` instance as a parameter to be copied."],["Key properties of `DeleteGlossaryRequest` include `GlossaryName` (a typed view) and `Name` (a string), which specifies the glossary's name to be deleted."]]],[]]