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"]],[["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 `GetJobTemplateRequest` class within the Transcoder v1 API for .NET, specifically version 2.3.0."],["`GetJobTemplateRequest` is a request message used for the `TranscoderService.GetJobTemplate` operation, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetJobTemplateRequest` class has two constructors, a default one and another that accepts another `GetJobTemplateRequest` object as a parameter, facilitating object creation and cloning."],["The class includes properties such as `JobTemplateName`, a typed view of the resource name, and `Name`, which represents the required job template's name to retrieve in a specific format."],["This webpage also showcases an overview of the different versions of this API, from version 1.0.0 up to the most recent 2.9.0."]]],[]]