public sealed class ListFindingTypeStatsRequest : IMessage<ListFindingTypeStatsRequest>, IEquatable<ListFindingTypeStatsRequest>, IDeepCloneable<ListFindingTypeStatsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class ListFindingTypeStatsRequest.
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"]],[["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 webpage provides reference documentation for the `ListFindingTypeStatsRequest` class within the Google Cloud Web Security Scanner v1 API, specifically for version 2.3.0."],["The `ListFindingTypeStatsRequest` class is used to request a list of finding type statistics and is part of the `Google.Cloud.WebSecurityScanner.V1` namespace in the Google.Cloud.WebSecurityScanner.V1.dll assembly."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, and it is used for the ListFindingTypeStats method."],["The class includes a constructor `ListFindingTypeStatsRequest()` and a copy constructor `ListFindingTypeStatsRequest(ListFindingTypeStatsRequest other)`, and one property named `Parent`, which is a string property used to define the project and scan resource."],["The latest version available is 2.5.0, and the earliest listed version is 1.0.0, showing the evolution of the `ListFindingTypeStatsRequest` class over different releases."]]],[]]