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-09 UTC."],[[["This document outlines the `CreateJobRequest` class, which is used to create job listings within the Google Cloud Talent Solution."],["The `CreateJobRequest` class is part of the `Google.Cloud.Talent.V4` namespace and is available in various versions, with version 2.7.0 being the most recent."],["The class includes properties like `Job`, `Parent`, and `ParentAsTenantName`, which are necessary for specifying the job details and the tenant under which the job will be created."],["It inherits from the base `Object` class and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["There are two constructors available for creating a `CreateJobRequest` instance: a default constructor and a copy constructor that takes another `CreateJobRequest` object as a parameter."]]],[]]