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-03-21 UTC."],[[["The latest version available for `BatchCreateJobsRequest` is 2.7.0, with the content also providing access to numerous prior versions, including the current version being 1.4.0."],["`BatchCreateJobsRequest` is a class used to request the creation of multiple jobs in a batch, inheriting from Object and implementing interfaces like IMessage, IEquatable, and IDeepCloneable."],["The `Jobs` property of `BatchCreateJobsRequest` allows for the creation of up to 200 jobs in a single batch."],["The `Parent` property within `BatchCreateJobsRequest` specifies the tenant under which the job is created, using a specific resource name format, such as \"projects/foo/tenants/bar\"."],["`BatchCreateJobsRequest` offers two constructors: a default constructor, and one that allows you to clone an existing `BatchCreateJobsRequest` object."]]],[]]