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, which is used to send a request to delete a glossary in the Google Cloud Translate V3 API, with the most recent version at 3.9.0."],["The `DeleteGlossaryRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["The `DeleteGlossaryRequest` has two constructors: a default constructor `DeleteGlossaryRequest()` and a copy constructor `DeleteGlossaryRequest(DeleteGlossaryRequest other)`."],["The `DeleteGlossaryRequest` class contains two key properties: `GlossaryName`, a `GlossaryName`-typed view of the resource name, and `Name`, a string that holds the name of the glossary to be deleted, which is required."],["The namespace for the class is `Google.Cloud.Translate.V3`, and the assembly it belongs to is `Google.Cloud.Translate.V3.dll`."]]],[]]