public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, 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-04-17 UTC."],[[["The latest version available for `DeleteJobRequest` is 2.7.0, with the page focusing on version 2.0.0."],["`DeleteJobRequest` is a class used for sending requests to delete a job, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new `DeleteJobRequest` object, either with no initial data or by copying data from an existing `DeleteJobRequest`."],["The class contains two main properties: `JobName`, which provides a typed view over the resource name, and `Name`, which specifies the resource name of the job to delete in a specific format."],["The class inherits members from the base Object class, including GetHashCode, GetType, MemberwiseClone and ToString."]]],[]]