public sealed class BatchCreateOccurrencesResponse : IMessage<BatchCreateOccurrencesResponse>, IEquatable<BatchCreateOccurrencesResponse>, IDeepCloneable<BatchCreateOccurrencesResponse>, 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."],[[["The `BatchCreateOccurrencesResponse` class is designed to handle responses when creating occurrences in batches, with the latest version being 3.7.0 and the current context being version 2.2.0."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for robust functionality."],["The `BatchCreateOccurrencesResponse` class includes a property named `Occurrences` of type `RepeatedField\u003cOccurrence\u003e` which holds a collection of created occurrences."],["There are two constructors for `BatchCreateOccurrencesResponse`: a default constructor and one that accepts another `BatchCreateOccurrencesResponse` object as a parameter."]]],[]]