public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
[[["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."],[[["The latest version available for `CreateJobRequest` is 2.9.0, with historical versions dating back to 1.0.0."],["`CreateJobRequest` is a request message for `TranscoderService.CreateJob`, used to initiate a transcoding job."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateJobRequest` class has properties such as `Job`, `Parent`, and `ParentAsLocationName`, with `Job` being the parameters for creating a transcoding job and `Parent` being the location to process the job."],["There are two constructors provided: one with no parameters and one that accepts another `CreateJobRequest` object as a parameter, which is intended for copying."]]],[]]