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."],[[["The latest version of the `ListFindingTypeStatsRequest` class for the Web Security Scanner v1 API is 2.5.0, with previous versions ranging from 1.0.0 to 2.4.0 also being documented."],["This class is used to send requests for the `ListFindingTypeStats` method, and it inherits from the object class, as well as implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors: a parameterless one, and one that takes another `ListFindingTypeStatsRequest` object as a parameter."],["`ListFindingTypeStatsRequest` requires the parent resource name to be specified in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'."],["The `Parent` property, of type `string`, is essential for specifying the relevant scan run resource in the `ListFindingTypeStatsRequest` class."]]],[]]