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 `ListScanRunsRequest` class is a request object for the `ListScanRuns` method in the Google Cloud Web Security Scanner V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, and is part of the `Google.Cloud.WebSecurityScanner.V1` namespace."],["It has properties like `PageSize` and `PageToken` to manage the pagination of the results, as well as a `Parent` property to identify the scan resource."],["The latest version of this class is 2.5.0, and there are multiple versions available from 1.0.0 to 2.5.0."],["The class inherits members from the Object class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]