The maximum number of Findings 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.
Required. The parent resource name, which should be a scan run resource name in the
format
'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
[[["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 latest version available for `ListFindingsRequest` is 2.5.0, with multiple prior versions accessible, including back to version 1.0.0."],["`ListFindingsRequest` is a class used to request the `ListFindings` method within the `Google.Cloud.WebSecurityScanner.V1` namespace, residing in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["This class inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["`ListFindingsRequest` has properties such as `Filter`, `PageSize`, `PageToken`, and `Parent`, which are used to control and define the scope of the ListFindings method, including pagination and filtering."],["The `ListFindingsRequest` class also includes two constructors, one being the default constructor, and the second constructor taking a `ListFindingsRequest` object as a parameter for cloning."]]],[]]