public sealed class DeleteDatasetRequest : IMessage<DeleteDatasetRequest>, IEquatable<DeleteDatasetRequest>, IDeepCloneable<DeleteDatasetRequest>, 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 provides details for the `DeleteDatasetRequest` class, which is used to format requests for deleting datasets within the Google Cloud Data Labeling API."],["The `DeleteDatasetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffer operations."],["The class includes two constructors, one default and another for copying an existing `DeleteDatasetRequest` object, as well as two properties, `DatasetName` and `Name`, for specifying the dataset to be deleted."],["The latest version is 2.0.0-beta05, while version 1.0.0-beta03 is also being documented, indicating that multiple versions are available."]]],[]]