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 used for handling responses when creating occurrences in batch within the Grafeas.V1 namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `BatchCreateOccurrencesResponse` class includes a constructor that takes another `BatchCreateOccurrencesResponse` object as a parameter, allowing for the creation of a copy."],["It has a property named `Occurrences` of the type `RepeatedField\u003cOccurrence\u003e`, which represents the list of occurrences that were created."],["The latest version of the API available in this document is 3.7.0, while the current document is referencing version 2.4.0, and there are multiple other prior versions linked."]]],[]]