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 request the creation of multiple jobs at once within the Google Cloud Talent V4 API, with the latest version being 2.7.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["You can create a `BatchCreateJobsRequest` object by either calling the default constructor, or the overloaded constructor that accepts another `BatchCreateJobsRequest` instance as a parameter."],["The `BatchCreateJobsRequest` class requires a `Parent` property, representing the tenant under which jobs are created, with the format \"projects/{project_id}/tenants/{tenant_id}\"."],["It also includes a `Jobs` property, which is a `RepeatedField` containing the list of `Job` instances to be created, with a maximum of 200 jobs allowed per batch request."]]],[]]