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.5.0."],["The `BatchCreateJobsRequest` class is used to create a batch of jobs, with a limit of up to 200 jobs per batch request, under a specified tenant."],["It inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with relevant Google Cloud Protobuf functionalities."],["The class includes properties such as `Jobs`, which is a `RepeatedField` of `Job` objects representing the jobs to be created, and `Parent`, which specifies the tenant under which the job is created in the format \"projects/{project_id}/tenants/{tenant_id}\"."],["The document lists various available versions of the API, ranging from version 1.0.0 to the latest version 2.7.0, alongside their corresponding links."]]],[]]