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."],[[["This webpage details the `CreateJobRequest` class within the `Google.Cloud.Video.Transcoder.V1` namespace, used for requesting the creation of a transcoding job."],["The `CreateJobRequest` class is a part of the Google Cloud Video Transcoder .NET library, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `CreateJobRequest` object as a parameter, used for initialization."],["The `CreateJobRequest` class includes two key properties: `Job`, which defines the parameters for the transcoding job, and `Parent`, which specifies the location where the job will be created and processed."],["The webpage provides a history of `CreateJobRequest` versions, from `1.0.0` to the latest version, `2.9.0`."]]],[]]