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-02 UTC."],[[["This document provides information on the `BatchCreateJobsRequest` class within the Google.Cloud.Talent.V4 namespace, used to request the creation of multiple jobs."],["The latest version of `BatchCreateJobsRequest` is 2.7.0, with previous versions from 2.6.0 back to 1.0.0 also documented, offering a historical overview of the class."],["The `BatchCreateJobsRequest` class inherits from `System.Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it's part of a structured message system."],["The `Jobs` property is a required field for the request, allowing up to 200 jobs to be included in a single batch creation request, and the `Parent` property, which is also required, specifies the resource name of the tenant under which the jobs will be created."],["The `ParentAsTenantName` property offers a `TenantName`-typed view of the `Parent` resource name property, providing a structured way to access the parent tenant information."]]],[]]