A token to retrieve the next page of results. Pass this value in
[ListSecretsRequest.page_token][google.cloud.secretmanager.v1.ListSecretsRequest.page_token] to retrieve the next page.
[[["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 document provides reference documentation for the `ListSecretsResponse` class within the Google Cloud Secret Manager v1 API, specifically for version 2.2.0."],["The `ListSecretsResponse` class is used as a response message for the `SecretManagerService.ListSecrets` method, enabling the retrieval of a list of secrets."],["It implements several interfaces, including `IPageResponse\u003cSecret\u003e`, `IEnumerable\u003cSecret\u003e`, `IEnumerable`, `IMessage\u003cListSecretsResponse\u003e`, `IEquatable\u003cListSecretsResponse\u003e`, `IDeepCloneable\u003cListSecretsResponse\u003e`, `IBufferMessage`, and `IMessage`, indicating its capabilities for handling paged results, enumeration, and message operations."],["The `ListSecretsResponse` class contains properties such as `NextPageToken`, which is used to fetch subsequent pages of results, `Secrets`, a list of `Secret` objects, and `TotalSize` indicating how many secrets there are in total."],["The documentation details available constructors for `ListSecretsResponse` and contains a link to a list of versions of the documentation."]]],[]]