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 Google Cloud Transcoder v1 API, which is used for requesting the deletion of a job template."],["The `DeleteJobTemplateRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The API versions available for `DeleteJobTemplateRequest` range from 1.0.0 to 2.9.0, with 2.9.0 being the latest version."],["The `DeleteJobTemplateRequest` class has properties such as `AllowMissing`, `JobTemplateName`, and `Name`, allowing configuration of the deletion request, including specifying the job template to be deleted and handling cases where the template might not exist."],["It provides links to more detailed documentation for each version, allowing for a more targeted version of the documentation to be read."]]],[]]