public sealed class BatchCreateOccurrencesResponse : IMessage<BatchCreateOccurrencesResponse>, IEquatable<BatchCreateOccurrencesResponse>, IDeepCloneable<BatchCreateOccurrencesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BatchCreateOccurrencesResponse.
[[["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."],[[["This document provides reference documentation for the `BatchCreateOccurrencesResponse` class within the Grafeas v1 API, specifically version 3.3.0, and contains a list of all versions."],["`BatchCreateOccurrencesResponse` is a class used for responses when creating occurrences in batch, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `object` class and belongs to the `Grafeas.V1` namespace, found within the `Grafeas.V1.dll` assembly."],["The `BatchCreateOccurrencesResponse` class includes two constructors, a parameterless one, and one that takes another `BatchCreateOccurrencesResponse` as a parameter, as well as a property called `Occurrences`, representing the created occurrences."],["The `Occurrences` property, which provides the created occurrences, is of type `RepeatedField\u003cOccurrence\u003e`."]]],[]]