Output only. The continuation token, used to page through large result
sets. Provide this value in a subsequent request as page_token to retrieve
the next page.
If this field is not present, there are no subsequent results.
[[["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-03-21 UTC."],[[["The `ListEventsResponse` class, found within the `Google.Cloud.ServiceHealth.V1` namespace, is a sealed class in version 1.1.0 of the library, and is used for representing a response containing a list of events."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, to facilitate working with event lists and protocol buffers."],["It provides two constructors: a default constructor `ListEventsResponse()` and another `ListEventsResponse(ListEventsResponse other)` that takes another `ListEventsResponse` as a parameter."],["Key properties include `Events`, a repeated field of `Event` objects representing the list of events; `NextPageToken`, a string used for pagination; and `Unreachable`, a repeated field of strings indicating locations that couldn't be reached."],["The class contains a method `GetEnumerator()` which allows for iterating through the resources in the response."]]],[]]