[[["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 `ListApiSpecsResponse` class is part of the Apigee Registry v1 API within the Google Cloud .NET library, specifically found in the `Google.Cloud.ApigeeRegistry.V1` namespace and `Google.Cloud.ApigeeRegistry.V1.dll` assembly."],["This class serves as the response message for the `ListApiSpecs` method, encapsulating a collection of `ApiSpec` objects retrieved from the API, and it provides functionality to handle paginated results."],["The `ListApiSpecsResponse` class inherits from `object` and implements multiple interfaces, such as `IPageResponse`, `IEnumerable`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing features for paged results, enumeration, message handling, equality checks, deep cloning, and buffer message manipulation."],["It includes properties like `ApiSpecs` to access the list of API specifications and `NextPageToken` to navigate through paginated responses, along with constructors for creating new instances and methods like `GetEnumerator()` for iteration."],["The class allows access to the specs from the specified publisher through the `ApiSpecs` property which is a repeated field of `ApiSpec` objects, and its `NextPageToken` property allows to obtain the next page."]]],[]]