public sealed class DeleteInstructionRequest : IMessage<DeleteInstructionRequest>, IEquatable<DeleteInstructionRequest>, IDeepCloneable<DeleteInstructionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class DeleteInstructionRequest.
[[["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 `DeleteInstructionRequest` class is part of the Google Cloud Data Labeling v1beta1 API and is used to request the deletion of an instruction."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for various data operations."],["The `DeleteInstructionRequest` class includes properties such as `InstructionName` and `Name`, which are necessary for identifying the specific instruction to be deleted, in the correct format."],["The latest version of the `DeleteInstructionRequest` class is `2.0.0-beta05`, with previous versions `2.0.0-beta04` and `1.0.0-beta03` also available for reference."]]],[]]