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."],[[["This document provides reference information for the `BatchCreateJobsRequest` class within the Google Cloud Talent Solution v4 API, specifically version 2.3.0."],["The `BatchCreateJobsRequest` class is used to create multiple jobs in a single request, with a limit of up to 200 jobs per batch."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["Key properties of `BatchCreateJobsRequest` include `Jobs` (a list of jobs to be created) and `Parent` (the tenant under which the jobs are created)."],["The most recent version of this class is 2.7.0, and the documentation contains versions all the way back to 1.0.0."]]],[]]