public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class DeleteJobRequest.
[[["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 provides reference documentation for the `DeleteJobRequest` class within the Google Cloud Video Transcoder V1 API, specifically for the .NET environment."],["The `DeleteJobRequest` class is used as a request message for the `TranscoderService.DeleteJob` function, facilitating the deletion of a specified job."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `DeleteJobRequest` class include `AllowMissing`, which determines if a request should succeed even if the job is not found, `JobName`, which is a type-safe representation of the job's name, and `Name`, which specifies the job to be deleted using a specific format."],["The available versions for `DeleteJobRequest` range from version `1.0.0` to the latest version `2.9.0` with the version numbers in the order of their respective release."]]],[]]