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"]],[["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 `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."]]],[]]