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."],[[["This document provides reference documentation for the `CreateJobRequest` class within the Google Cloud Talent Solution v4 API, specifically version 2.3.0, and the most recent version 2.7.0 is the newest version available."],["The `CreateJobRequest` class is used to create a job and it inherits from the base `object` class and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a parameterless constructor `CreateJobRequest()` and another constructor `CreateJobRequest(CreateJobRequest other)` which takes another `CreateJobRequest` object as a parameter for copying."],["Key properties of the `CreateJobRequest` class include `Job`, which is the job data to be created, `Parent`, which is a string representing the tenant's resource name, and `ParentAsTenantName`, which is a `TenantName`-typed representation of the parent resource name."],["The current document can show versions dating back to version 1.0.0, with the most recent documentation being for version 2.7.0."]]],[]]