public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class CreateJobRequest.
[[["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 the `CreateJobRequest` class is 2.9.0, which can be found in the provided list of versions."],["This documentation details the `CreateJobRequest` class for the Transcoder v1 API, used for requesting the creation of a new transcoding job."],["`CreateJobRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `CreateJobRequest` class requires `Job` parameters for the creation of the transcoding job and the `Parent` property, specifying the location."],["There are two constructors available: a default constructor (`CreateJobRequest()`) and a copy constructor (`CreateJobRequest(CreateJobRequest other)`), for creating a new instance of the class."]]],[]]