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 latest version of the `BatchCreateJobsRequest` is 2.7.0, with the content provided focusing on version 2.0.0 and detailing other versions back to 1.0.0."],["`BatchCreateJobsRequest` is used to submit a request for creating multiple jobs in a single operation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparisons, deep cloning, and buffered message handling."],["The `Jobs` property allows for the input of a collection of jobs to be created, with a maximum limit of 200 jobs per batch."],["The `Parent` property, which is of type `string`, is used to identify the tenant under which the jobs are being created, following a specified format."]]],[]]