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 documentation for the `DeleteJobTemplateRequest` class within the Transcoder v1 API for .NET, specifically version 2.3.0."],["`DeleteJobTemplateRequest` is used to request the deletion of a job template, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AllowMissing`, `JobTemplateName`, and `Name`, which are used to specify the job template to delete and whether to allow the request to succeed if the template is not found."],["The latest version is 2.9.0, and the documentation includes versions from 2.9.0 down to 1.0.0 for the DeleteJobTemplateRequest class."],["The `DeleteJobTemplateRequest` class inherits from the base `Object` class, with the documentation including members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]