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