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."],[[["The webpage details the `DeleteJobRequest` class within the `Google.Cloud.Video.Transcoder.V1` namespace, which is used to send requests to delete a job using the `TranscoderService`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `DeleteJobRequest` class is found in multiple versions of the Google Cloud Video Transcoder library, ranging from version 1.0.0 to the latest version 2.9.0."],["It includes properties such as `AllowMissing`, which determines if a request will succeed without taking action if a job is not found, `JobName`, which represents a `JobName` typed view of the resource name, and `Name`, which is the string representation of the job's resource name to delete."],["The class also offers two constructors, a default `DeleteJobRequest()` constructor and a `DeleteJobRequest(DeleteJobRequest other)` constructor for cloning."]]],[]]