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 Transcoder v1 API for .NET, specifically version 2.4.0."],["`DeleteJobTemplateRequest` is used to request the deletion of a job template, and is part of the `Google.Cloud.Video.Transcoder.V1` namespace."],["The `DeleteJobTemplateRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has properties such as `AllowMissing`, `JobTemplateName`, and `Name`, with `Name` being required and used to specify the job template to be deleted."],["There are various versions of this documentation available ranging from version 1.0.0 to 2.9.0, with the latter being the most recent."]]],[]]