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-04-09 UTC."],[[["This document provides reference documentation for the `CreateJobRequest` class within the Google Cloud Talent Solution v4 API, specifically for version 2.4.0."],["The `CreateJobRequest` class, designed for creating job requests, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateJobRequest` class has two constructors, one default and one that accepts another `CreateJobRequest` as a parameter, which is used to create a new instance by copying another one."],["The class includes two required properties: `Job`, representing the job to be created, and `Parent`, representing the resource name of the tenant under which the job is created."],["The latest version of Google Cloud Talent Solution v4 API is 2.7.0, with documentation available for versions from 1.0.0 up to the present day."]]],[]]