[[["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 `ListApisResponse` class is a response message for the `ListApis` method within the Apigee Registry v1 API, designed for retrieving a list of APIs."],["This class inherits from `object` and implements several interfaces, including `IPageResponse\u003cApi\u003e`, `IEnumerable\u003cApi\u003e`, `IEnumerable`, `IMessage\u003cListApisResponse\u003e`, `IEquatable\u003cListApisResponse\u003e`, `IDeepCloneable\u003cListApisResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class provides a `RepeatedField\u003cApi\u003e` property named `Apis` that contains the list of APIs returned by the method."],["The `NextPageToken` property, a string, is used for pagination, indicating whether there are more pages of results available."],["The `GetEnumerator()` method returns an enumerator to iterate through the `Api` resources in the response."]]],[]]