public sealed class DeleteModelRequest : IMessage<DeleteModelRequest>, IEquatable<DeleteModelRequest>, IDeepCloneable<DeleteModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class DeleteModelRequest.
[[["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."],[[["The latest version of the `DeleteModelRequest` class in the Google Cloud Translation v3 API is version 3.9.0, but there are other versions available from 3.8.0 all the way down to 2.2.0."],["The `DeleteModelRequest` class is a request message for deleting a model, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteModelRequest` class includes properties such as `ModelName` and `Name`, where `Name` is a required property that represents the name of the model to delete."],["This class is found within the `Google.Cloud.Translate.V3` namespace and is located in the `Google.Cloud.Translate.V3.dll` assembly."],["There are two constructors available for the class `DeleteModelRequest()`, one empty and another that takes a parameter of the same type of the class."]]],[]]