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