[[["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 documents the `ListPackagesResponse` class, which is used to represent a response containing a list of packages from the Google Cloud Artifact Registry."],["The `ListPackagesResponse` class inherits from `Object` and implements several interfaces, including `IPageResponse\u003cPackage\u003e`, `IEnumerable\u003cPackage\u003e`, `IEnumerable`, `IMessage\u003cListPackagesResponse\u003e`, `IEquatable\u003cListPackagesResponse\u003e`, `IDeepCloneable\u003cListPackagesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class provides two constructors: a default constructor, `ListPackagesResponse()`, and a copy constructor, `ListPackagesResponse(ListPackagesResponse other)`."],["The `NextPageToken` property allows retrieval of the next page of packages, and the `Packages` property is a `RepeatedField\u003cPackage\u003e` containing the list of packages."],["The `GetEnumerator()` method enables iterating through the resources (packages) in the response."]]],[]]