public sealed class DeleteJobTemplateRequest : IMessage<DeleteJobTemplateRequest>, IEquatable<DeleteJobTemplateRequest>, IDeepCloneable<DeleteJobTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class DeleteJobTemplateRequest.
Request message for TranscoderService.DeleteJobTemplate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `DeleteJobTemplateRequest` class within the Google Cloud Video Transcoder v1 API, specifically version 2.8.0."],["`DeleteJobTemplateRequest` is used to request the deletion of a job template and is part of the `Google.Cloud.Video.Transcoder.V1` namespace."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the class include `AllowMissing`, which determines if the request succeeds when the job template is not found, and `Name`, which specifies the resource name of the job template to be deleted."],["The documentation showcases the history of versions, from version 1.0.0 to the latest 2.9.0."]]],[]]