The maximum number of ScanConfigs to return, can be limited by server.
If not specified or not positive, the implementation will select a
reasonable value.
A token identifying a page of results to be returned. This should be a
next_page_token value returned from a previous List request.
If unspecified, the first page of results is returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document describes the `ListScanConfigsRequest` class, which is used to request a list of ScanConfigs in the Google Cloud Web Security Scanner API, version 2.0.0."],["The `ListScanConfigsRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest` interfaces."],["The class has two constructors: a default one, and one that accepts another `ListScanConfigsRequest` object for parameter input."],["It includes three properties: `PageSize` (an integer for the number of ScanConfigs to return), `PageToken` (a string to specify the next page of results), and `Parent` (a required string for the project resource name)."],["There are multiple versions of the `ListScanConfigsRequest` class, ranging from version 1.0.0 to the latest version 2.5.0, but this specific content focuses on version 2.0.0."]]],[]]