public sealed class BatchCreateJobsRequest : IMessage<BatchCreateJobsRequest>, IEquatable<BatchCreateJobsRequest>, IDeepCloneable<BatchCreateJobsRequest>, 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-17 UTC."],[[["The `BatchCreateJobsRequest` class is used to create multiple jobs in a batch, with a limit of 200 jobs per request."],["This class is part of the `Google.Cloud.Talent.V4` namespace and is found within the `Google.Cloud.Talent.V4.dll` assembly."],["The `BatchCreateJobsRequest` requires a `Parent` property, which is the resource name of the tenant under which the jobs will be created, in the format \"projects/{project_id}/tenants/{tenant_id}\"."],["The `Jobs` property, of type `RepeatedField\u003cJob\u003e`, specifies the list of jobs to be created in this batch."],["The latest version available is 2.7.0, with a history of versions going back to 1.0.0 for this `BatchCreateJobsRequest`."]]],[]]