If defined, indicates that there are more traces that match the request
and that this value should be passed to the next request to continue
retrieving additional traces.
[[["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."],[[["This page provides documentation for the `ListTracesResponse` class within the Google Cloud Trace v1 API, specifically version 3.3.0."],["`ListTracesResponse` is a response message type used by the `ListTraces` method, with the class itself inheriting from `object` and implementing various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The class contains two constructors, `ListTracesResponse()` and `ListTracesResponse(ListTracesResponse other)`, allowing for default initialization and copying from another instance."],["The `ListTracesResponse` object has properties to handle paginated results, like `NextPageToken` which indicates the presence of additional traces, and `Traces`, which is a list of `Trace` objects."],["The class implements the `GetEnumerator()` method, allowing for iteration through the `Trace` resources included within the response."]]],[]]