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-03-21 UTC."],[[["This webpage details the `DeleteJobRequest` class within the `Google.Cloud.Video.Transcoder.V1` namespace, which is used to send requests for deleting a job."],["The latest version of this class is 2.9.0, but the documentation lists multiple versions, ranging from 1.0.0 to 2.9.0, with the associated links."],["The `DeleteJobRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `DeleteJobRequest` class has two constructors and three properties, `AllowMissing`, `JobName`, and `Name`, used to specify the job to delete and control the behavior if the job is not found."],["This resource is related to the `TranscoderService.DeleteJob` function and details the required structure for sending a request to it."]]],[]]