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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]