public sealed class BatchCreateOccurrencesRequest : IMessage<BatchCreateOccurrencesRequest>, IEquatable<BatchCreateOccurrencesRequest>, IDeepCloneable<BatchCreateOccurrencesRequest>, 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."],[[["This document describes the `BatchCreateOccurrencesRequest` class, which is used to request the creation of multiple occurrences in batch."],["The `BatchCreateOccurrencesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This request requires a `Parent` property, which represents the project ID where the occurrences will be created, and an `Occurrences` property containing a collection of occurrences to create, with a maximum length of 1000."],["The document also lists the class's constructors, with one being the default constructor and the other taking another `BatchCreateOccurrencesRequest` object as a parameter for cloning."],["Multiple versions of this class are available, ranging from version 2.2.0 to the latest version 3.7.0."]]],[]]