public sealed class BatchCreateJobsRequest : IMessage<BatchCreateJobsRequest>, IEquatable<BatchCreateJobsRequest>, IDeepCloneable<BatchCreateJobsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class BatchCreateJobsRequest.
[[["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."],[[["The `BatchCreateJobsRequest` class is part of the Google Cloud Talent Solution v4 API and is used to create multiple jobs in a single request."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting from the base `object` class."],["You can find documentation for different versions of `BatchCreateJobsRequest`, ranging from version 1.0.0 up to 2.7.0, with 2.7.0 being the most recent release."],["The `BatchCreateJobsRequest` class has two key properties, `Jobs`, which is a `RepeatedField` containing the list of jobs, and `Parent`, which is a string representing the resource name of the tenant under which the job is created."],["The `BatchCreateJobsRequest` also has a property, `ParentAsTenantName`, that offers a `TenantName`-typed view over the resource name represented by the `Parent` property."]]],[]]