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 library for .NET, specifically within version 3.0.0."],["The `DeleteGlossaryRequest` class is used to construct request messages for deleting a glossary and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `GlossaryName` (a typed view) and `Name` (a string), which is the required glossary name to delete."],["This class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are a list of older versions of this class, ranging from 3.9.0 down to 2.2.0, with version 3.9.0 being the latest."]]],[]]