public sealed class DeleteInstructionRequest : IMessage<DeleteInstructionRequest>, IEquatable<DeleteInstructionRequest>, IDeepCloneable<DeleteInstructionRequest>, 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."],[[["The `DeleteInstructionRequest` class is used to request the deletion of an instruction in the Google Cloud Data Labeling API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities."],["The `DeleteInstructionRequest` class has two constructors: a default constructor and a constructor that accepts another `DeleteInstructionRequest` object as a parameter."],["It includes properties `InstructionName` (a typed view) and `Name` (a string), which are both used to specify the instruction resource to be deleted, with the `Name` property being required and following a specific format."],["The most recent version available for `DeleteInstructionRequest` is `2.0.0-beta05`, and the current page is displaying information about version `1.0.0-beta03` which can be referenced under the given link."]]],[]]