The maximum number of ScanRuns 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 document outlines the `ListScanRunsRequest` class within the Google Cloud Web Security Scanner v1 API, detailing its properties, inheritance, and implementation of several interfaces."],["`ListScanRunsRequest` serves as a request object for the `ListScanRuns` method, which is used to retrieve a list of scan runs, with the latest version being 2.5.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, and inherits from `Object`."],["Key properties of `ListScanRunsRequest` include `PageSize`, `PageToken`, and `Parent`, which allow control over the pagination and specify the parent resource for the scan runs."],["The class has 2 constructors, one default and one that takes in another `ListScanRunsRequest` object."]]],[]]