public sealed class GetJobTemplateRequest : IMessage<GetJobTemplateRequest>, IEquatable<GetJobTemplateRequest>, IDeepCloneable<GetJobTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class GetJobTemplateRequest.
Request message for TranscoderService.GetJobTemplate.
[[["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 `GetJobTemplateRequest` class within the Transcoder v1 API for .NET, specifically version 2.4.0."],["`GetJobTemplateRequest` is a request message used for the `TranscoderService.GetJobTemplate` function, allowing users to retrieve a specified job template."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which add extra features and capabilities to this class."],["It includes two constructors, `GetJobTemplateRequest()` and `GetJobTemplateRequest(GetJobTemplateRequest other)`, allowing for the creation of new objects and the copying of pre-existing objects of the same type."],["The `GetJobTemplateRequest` class contains the properties `JobTemplateName` and `Name`, which deal with job template name and the name of the job template that should be retrieved."]]],[]]