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-04-17 UTC."],[[["This webpage details the `CreateJobRequest` class, which is used to create job listings within the Google Cloud Talent Solution."],["The latest version available for `CreateJobRequest` is 2.7.0, with multiple older versions also accessible, ranging down to version 1.0.0."],["`CreateJobRequest` requires two key properties for operation, a Job object detailing the job posting itself, and the resource name of the parent tenant."],["The `CreateJobRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` from the Google.Protobuf library."],["There are two constructors provided, a default one `CreateJobRequest()`, and another to clone a `CreateJobRequest(CreateJobRequest other)`."]]],[]]