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.2.0."],["The `BatchCreateJobsRequest` class is used to send a request to create multiple jobs in a single batch, with a limit of 200 jobs per request."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which are defined within the Protobuf library."],["Key properties of this class include `Jobs`, a `RepeatedField` of `Job` objects representing the jobs to be created, and `Parent`, a string representing the tenant under which the jobs are created, as well as the `ParentAsTenantName` property which provides a typed view of the `Parent` property."],["There is documentation covering versions from 1.0.0 up to 2.7.0, with 2.7.0 being the latest version."]]],[]]