public sealed class DeleteDatasetRequest : IMessage<DeleteDatasetRequest>, IEquatable<DeleteDatasetRequest>, IDeepCloneable<DeleteDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class DeleteDatasetRequest.
[[["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 provides documentation for the `DeleteDatasetRequest` class within the Google Cloud Translation v3 API, detailing its structure and functionality."],["The `DeleteDatasetRequest` class is used to construct requests for deleting a dataset, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this API is 3.9.0, but you can navigate documentation for other versions ranging from 2.2.0 to 3.8.0 and view `DeleteDatasetRequest` across each."],["The `DeleteDatasetRequest` class has two constructors: one default constructor and another that takes a `DeleteDatasetRequest` object as a parameter for cloning."],["The key properties for `DeleteDatasetRequest` are `DatasetName`, which provides a typed view over the dataset's name, and `Name`, a string representing the name of the dataset to be deleted, which is a required field."]]],[]]