public sealed class DeleteAnnotationSpecSetRequest : IMessage<DeleteAnnotationSpecSetRequest>, IEquatable<DeleteAnnotationSpecSetRequest>, IDeepCloneable<DeleteAnnotationSpecSetRequest>, 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 `DeleteAnnotationSpecSetRequest` class, which is used for requesting the deletion of an AnnotationSpecSet in the Google Cloud Data Labeling API."],["The `DeleteAnnotationSpecSetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data operations within the .NET environment."],["The class has two constructors, a default one and one that takes another `DeleteAnnotationSpecSetRequest` object as a parameter."],["It includes two properties: `AnnotationSpecSetName`, a typed view over the resource name, and `Name`, a string property representing the required resource name for the annotation specification."],["The document provides links to various versions of the `DeleteAnnotationSpecSetRequest` class, including the latest beta version `2.0.0-beta05`."]]],[]]