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 document outlines the `CreateJobRequest` class, which is used to create job listings within the Google Cloud Talent Solution."],["The latest version available is 2.7.0, and the document also contains the list of all the previous versions, going as far back as 1.0.0."],["`CreateJobRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateJobRequest` class requires a `Job` object and a `Parent` string (or a `ParentAsTenantName` object) to specify the job details and the tenant under which it is created, respectively."],["This class provides two constructors, `CreateJobRequest()` for creating a new instance, and `CreateJobRequest(CreateJobRequest other)` for creating a copy."]]],[]]