public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 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 `CreateJobRequest` class is part of the Google Cloud Talent Solution v4 API, facilitating the creation of job entities."],["This class is available in multiple versions, with version 2.7.0 being the latest release and version 2.6.0 being the active version displayed on the page."],["`CreateJobRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, comparison, cloning, and buffer operations."],["The `CreateJobRequest` class includes properties such as `Job` and `Parent`, which are essential for specifying the job to be created and the tenant under which the job will reside, respectively."],["The Parent Property can be viewed as `TenantName`-typed view over the resource name."]]],[]]