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"]],[["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 document provides reference information for the `DeleteJobTemplateRequest` class within the Transcoder v1 API for .NET, specifically version 2.6.0."],["`DeleteJobTemplateRequest` is used to request the deletion of a job template, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteJobTemplateRequest` class has properties such as `AllowMissing`, which, when set to true, allows the request to succeed even if the job template is not found, as well as `JobTemplateName` and `Name` which are required to specify the job template to be deleted."],["The content also includes links to previous versions of the same document, ranging from version 1.0.0 up to the latest version 2.9.0, allowing for access to historic changes and documentation."],["This document outlines that this resource is within the `Google.Cloud.Video.Transcoder.V1` namespace, under the `Google.Cloud.Video.Transcoder.V1.dll` assembly."]]],[]]