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"]],[["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 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`."]]],[]]