[[["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 `ListNoteOccurrencesResponse` class within the Grafeas v1 API, specifically version 3.4.0, and shows its relationship to prior versions."],["`ListNoteOccurrencesResponse` is a class used for responses when listing occurrences related to a note, and it inherits from the `object` class while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The class includes two constructors: a default constructor `ListNoteOccurrencesResponse()` and a copy constructor `ListNoteOccurrencesResponse(ListNoteOccurrencesResponse other)`, which allows creating instances and cloning objects respectively."],["The `ListNoteOccurrencesResponse` class contains two key properties: `NextPageToken`, a string for pagination, and `Occurrences`, a `RepeatedField` collection containing the actual `Occurrence` objects."],["The class has a `GetEnumerator()` method to iterate through the response and returns an enumerator of type `IEnumerator` of `Occurrence`."]]],[]]