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 latest version of the `BatchCreateOccurrencesResponse` is 3.7.0, while this specific documentation pertains to version 3.0.0."],["`BatchCreateOccurrencesResponse` is a class used for handling responses when creating occurrences in batch."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class contains a property named `Occurrences` of type `RepeatedField\u003cOccurrence\u003e` which stores the created occurrences."],["There are two constructors available for the `BatchCreateOccurrencesResponse` class: a default constructor and a constructor that accepts another `BatchCreateOccurrencesResponse` object."]]],[]]