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-03-21 UTC."],[[["This document provides reference information for the `BatchCreateJobsRequest` class within the Google Cloud Talent Solution v4 API, specifically version 2.6.0."],["The `BatchCreateJobsRequest` class is used to create multiple jobs in a single request, with a limit of 200 jobs per batch, under a specified tenant."],["The document highlights that this class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes details on the class's constructors, allowing for the creation of a new instance or one based on an existing `BatchCreateJobsRequest` object."],["Key properties of the `BatchCreateJobsRequest` class include `Jobs` (a collection of jobs to be created) and `Parent` (the resource name of the tenant), along with `ParentAsTenantName`, which is a typed view of the `Parent` resource name."]]],[]]