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"]],[["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 `ListScanConfigsRequest` class is a request object used for the `ListScanConfigs` method within the Google Cloud Web Security Scanner V1 API, and it's used to retrieve a list of scan configurations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, indicating its role in managing protocol buffer messages, object comparisons, deep cloning, buffered data, and paginated requests."],["`ListScanConfigsRequest` includes properties for managing paginated responses, such as `PageSize` to determine how many results to return and `PageToken` to retrieve specific pages, as well as `Parent` to identify the project."],["The class provides two constructors: one default constructor `ListScanConfigsRequest()` and another `ListScanConfigsRequest(ListScanConfigsRequest other)` that makes it possible to make a copy of the object."],["This specific version of the object, 1.1.0, exists alongside other versions ranging from 1.0.0 up to 2.5.0, with 2.5.0 being the latest."]]],[]]